Learn R Programming

mobr (version 2.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)

Arguments

x

a mob_in object

Value

a plot

Examples

Run this code
# NOT RUN {
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