Skip to contents

Plot a fitted climniche quantity

Usage

# S3 method for class 'climniche_fit'
plot(
  x,
  type = c("distance", "boundary", "amount", "reconfiguration"),
  scope = c("current", "all"),
  breaks = "Sturges",
  ...
)

Arguments

x

A fitted climniche_fit object.

type

Quantity to draw.

scope

"current" for a reference-weighted histogram or "all" for an unweighted histogram across evaluated rows.

breaks

Histogram breaks passed to graphics::hist().

...

Additional arguments passed to the histogram plot.

Value

Invisibly returns x.