Description Usage Arguments Details Value Author(s) See Also Examples
This function computes a correlogram from taxonomic levels.
1 | correlogram.formula(formula, data = NULL, use = "all.obs")
|
formula |
a formula of the type |
data |
a data frame containing the variables specified in the
formula. If |
use |
a character string specifying how to handle missing
values (i.e., |
See the vignette in R: vignette("MoranI")
.
An object of class correlogram
which is a data frame with three
columns:
obs |
the computed Moran's I |
p.values |
the corresponding P-values |
labels |
the names of each level |
or an object of class correlogramList
containing a list of
objects of class correlogram
if several variables are given as
response in formula
.
Julien Dutheil julien.dutheil@univ-montp2.fr and Emmanuel Paradis
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.