compare_samp_rarefaction {mobr}R Documentation

Compare all sample-based curves (random, spatially constrained-k-NN, spatially constrained-k-NCN)

Description

This is just plotting all curves.

Usage

compare_samp_rarefaction(x)

Arguments

x

a mob_in object

Value

a plot

Examples


data(inv_comm)
data(inv_plot_attr)
inv_mob_in = make_mob_in(inv_comm, inv_plot_attr, coord_names = c('x', 'y'))
compare_samp_rarefaction(inv_mob_in)


[Package mobr version 2.0.2 Index]