powered by
Plots any number of data sets on an MDS plot.
Plot.MDS(group.data, main = "Group MDS", retCords = FALSE)
A list of matrices of taxonomic counts(columns) for each sample(rows).
A string to be used as the plots title.
A boolean to return the mds coordinates or not.
A MDS plot and possibly the x-y coordinates for every point.
# NOT RUN { data(saliva) data(throat) data(tonsils) ### Combine the data sets into a single list group.data <- list(saliva, throat, tonsils) Plot.MDS(group.data) # }
Run the code above in your browser using DataLab