group.names {BinMat} | R Documentation |
Outputs group names specified in the input file for the creation of an nMDS plot.
Description
Returns group names in the uploaded consolidated binary data. This will help in knowing which colours are assigned to which group name.
Usage
group.names(x)
Arguments
x |
Consolidated binary matrix with grouping information in column 2. |
Value
Scree plot.
Examples
mat = BinMatInput_ordination
group.names(mat)
[Package BinMat version 0.1.5 Index]