pcoa.plot | R Documentation |
This function will generate a principal coordinate analysis plot comparing the original data and the simulated data for different groups
pcoa.plot(sim.location, group, distance)
sim.location |
file name for the .h5 file containing the simulations |
group |
character, name of the group within the .h5 file containing the simulated features |
distance |
character, name of the distance that should be used to
calculate the PCoA, should be either |
This function returns a ggplot2 object with a PCoA plot, coloured by group (either real or simulated data).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.