Learn R Programming

BinMat (version 0.1.1)

group.names: 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

Run this code
# NOT RUN {
mat = BinMatInput_ordination
group.names(mat)

# }

Run the code above in your browser using DataLab