Description Usage Arguments Value Author(s) References
This function produces visualisation of ordination and beta dispersion results.
1 2 3 | ## S3 method for class 'ordination'
plot(ordination.res, method, pvalue.cutoff = 0.05,
show.pvalues = T, N = 5, extra_marginspace = 0.35)
|
ordination.res |
A solution of ordination results returned from ordination |
physeq(Required). |
A |
meta_table: |
A |
method: |
A character string specifying ordination method used to generate the ordination to plot. |
grouping_column |
(Required). Character string specifying name of a categorical variable that is preffered for grouping the information. |
adn_res: |
|
betadisper_res: |
|
pvalue.cutoff: |
pvalue threshold for significant dispersion results. |
show.pvalues: |
A logical value specifying whether to annotate p-values or only significant labels for dispersion results. |
N: |
Integer specifying number of group pairs to show on plot. |
extra_marginspace: |
units to add extra space in margins to accomodate off plot area annotations. |
Returns a ggplot object. This can further be manipulated as preferred by user.
Alfred Ssekagiri assekagiri@gmail.com, Umer Zeeshan Ijaz Umer.Ijaz@glasgow.ac.uk
http://userweb.eng.gla.ac.uk/umer.ijaz/, Umer Ijaz, 2015
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.