R/nymphaea.R

#' Example input file of Nymphaea ISSR data, taken from Reid et. al. (2021).
#' This dataset has already been consolidated, and can be used
#' as input for the generation of an nMDS plot. The paper can be found here: <https://www.sciencedirect.com/science/article/pii/S0304377021000218>
#' @docType data
#'
#' @usage data(nymphaea)
#'
#' @format A dataframe with columns for loci, and rows of replicate pairs. Grouping information is in the second column.
#' @examples data(nymphaea)
#' mat = nymphaea
#' group.names(mat)

"nymphaea"
clarkevansteenderen/BinMat_R documentation built on March 28, 2022, 4:33 a.m.