crmatrix {prabclus} | R Documentation |
Region-wise cluster membership
Description
Produces a matrix with clusters as rows and regions as columns, indicating how many species present in a region belong to the clusters
Usage
crmatrix(x,xc,percentages=FALSE)
Arguments
x |
object of class |
xc |
object of class |
percentages |
logical. If |
Value
A clusters time regions matrix as explained above.
Author(s)
Christian Hennig christian.hennig@unibo.it https://www.unibo.it/sitoweb/christian.hennig/en
Examples
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)
[Package prabclus version 2.3-3 Index]