Sloan Neutral Model
Plot ncm_res
ncm_res
ggplot
Sloan, W. TRUE. et al. (2006) Quantifying the roles of immigration and chance in shaping prokaryote community structure. Environmental Microbiology 8, 732–740.
# \donttest{
if (requireNamespace("Hmisc") && requireNamespace("minpack.lm")) {
data(otutab, package = "pcutils")
ncm(otutab) -> ncm_res
plot(ncm_res)
}
#> Loading required namespace: Hmisc
# }