Attempts to turn its cluster vector argument into a membership matrix
Usage
as.memb(cluster)
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
Arguments
cluster
A vector indicating the hard membership of each object in x to a set of groups. Can contain NA values.