Learn R Programming

BinMat (version 0.1.4)

BinMatInput_ordination: Example input data containing a consolidated binary matrix with groups

Description

Example input data containing a consolidated binary matrix with groups

Usage

data(BinMatInput_ordination)

Arguments

Format

A dataframe with columns for loci, and rows of replicate pairs. Grouping information is in the second column.

Examples

Run this code
# NOT RUN {
data(BinMatInput_ordination)
mat = BinMatInput_ordination
group.names(mat)
scree(mat)
shepard(mat)
clrs = c("red", "green", "black")
shp = c(16,16,16)
nmds(mat, colours = clrs, shapes = shp, labs = TRUE)
# }

Run the code above in your browser using DataLab