Get ggplot2 layers of stability metrics to add to the landscape plots
Source:R/stability.R
autolayer.stability.Rd
Those layers can show how the stability metrics are calculated on the landscape.
Usage
# S3 method for class 'stability_2d_Isingland'
autolayer(
object,
point = TRUE,
line = TRUE,
split_value = TRUE,
interval = TRUE,
stability_value = TRUE,
...
)
# S3 method for class 'stability_2d_Isingland_matrix'
autolayer(
object,
point = TRUE,
line = TRUE,
split_value = TRUE,
interval = TRUE,
stability_value = TRUE,
...
)
Arguments
- object
A
stability
object calculated bycalculate_stability()
orcalculate_stability.2d_Isingland()
.- point, line, split_value, interval, stability_value
Show those elements on the layer? Default is
TRUE
for all of them.- ...
Not in use.