as.memb {vegclust} | R Documentation |
Turns into membership matrix
Description
Attempts to turn its cluster vector argument into a membership matrix
Usage
as.memb(cluster)
Arguments
cluster |
A vector indicating the hard membership of each object in |
Value
An matrix with as many rows as the length of cluster
and as many columns as different cluster levels. NA
values will have zero membership to all clusters
Author(s)
Miquel De Cáceres, CREAF.
See Also
Examples
as.memb(factor(c(1,2,NA)))
[Package vegclust version 2.0.2 Index]