plot_alg_metrics | R Documentation |
Plots objects returned by algorithm_metrics
plot_alg_metrics(x, what = "spp", ...)
x |
list. Object returned by |
what |
What should be plotted, "species" or "site" metrics? |
... |
Additional parameters passed to |
Neander M. Heming
algorithm_metrics
library(SESraster)
library(terra)
r <- load_ext_data()
am1 <- algorithm_metrics(r, spat_alg = "bootspat_naive", spat_alg_args=list(random="species"))
am2 <- algorithm_metrics(r, spat_alg = "bootspat_naive", spat_alg_args=list(random="site"))
plot_alg_metrics(am1)
plot_alg_metrics(am2)
plot_alg_metrics(am1, "site")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.