as.memb: Turns into membership matrix

Description Usage Arguments Value Author(s) See Also Examples

Description

Attempts to turn its cluster vector argument into a membership matrix

Usage

1
as.memb(cluster)

Arguments

cluster

A vector indicating the hard membership of each object in x to a set of groups. Can contain NA values.

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, Forest Science Center of Catalonia.

See Also

vegclust, vegclass

Examples

1
as.memb(factor(c(1,2,NA)))

miquelcaceres/vegclust documentation built on May 29, 2019, 2:57 p.m.