View source: R/newprabmatrix.R
crmatrix | R Documentation |
Produces a matrix with clusters as rows and regions as columns, indicating how many species present in a region belong to the clusters
crmatrix(x,xc,percentages=FALSE)
x |
object of class |
xc |
object of class |
percentages |
logical. If |
A clusters time regions matrix as explained above.
Christian Hennig christian.hennig@unibo.it https://www.unibo.it/sitoweb/christian.hennig/en
options(digits=3)
data(kykladspecreg)
data(nb)
set.seed(1234)
x <- prabinit(prabmatrix=kykladspecreg, neighborhood=nb)
xc <- prabclust(x)
crmatrix(x,xc)
crmatrix(x,xc, percentages=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.