Learn R Programming

mobr (version 3.0.0)

compare_samp_rarefaction: 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)

Value

a plot

Arguments

x

a mob_in object

Examples

Run this code
# \donttest{
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)
# }

Run the code above in your browser using DataLab