autolayer.resilience: Get ggplot2 layers of resilience metrics to add to the...

autolayer.resilienceR Documentation

Get ggplot2 layers of resilience metrics to add to the landscape plots

Description

Those layers can show how the resilience metrics are calculated on the landscape.

Usage

## S3 method for class 'resilience_2d_Isingland'
autolayer(
  object,
  point = TRUE,
  line = TRUE,
  split_value = TRUE,
  interval = TRUE,
  resilience_value = TRUE,
  ...
)

Arguments

object

A resilience object calculated by calculate_resilience()

point, line, split_value, interval, resilience_value

Show those elements on the layer? Default is TRUE for all of them.

...

Not in use.

Value

a ggplot layer


Isinglandr documentation built on July 26, 2023, 5:34 p.m.