powered by
This function can take any number of data sets and plots them on an MDS plot to show relative closeness to one another.
plotTreeDataMDS(dataList, main = "Tree MDS Comparisons", calcMLE = TRUE, mleTitles = NULL, dotColors = NULL, dotSizes = NULL, showNames = FALSE, returnCoords = FALSE, data = NULL)
A list of a data frames in which each column contains the rdp read counts for every taxa given in the row names.
A title for the MDS plot.
If 'FALSE' the MLEs for the data sets will not be calculated and plotted.
Deprecated. Replaced with the names in 'dataList'.
The colors to be used when plotting the points and MLE points on the MDS plot.
A vector in which the first value is the data points CEX and the second value is the MLEs CEX.
When 'TRUE' the column name will be plotted above each corresponding point.
When 'TRUE' this function will return the x and y coordinates for every plotted point.
Deprecated. Replaced with dataList.
A MDS plot of the data.
data(saliva) data(stool) plotTreeDataMDS(list(Saliva=saliva, Stool=stool))
Run the code above in your browser using DataLab