Description Usage Arguments Value See Also Examples
Easily retrieve a plot-derived data.frame
with a subset of points
according to a threshold and method. The meaning of the threshold depends
upon the method. See argument description below.
There are many useful examples of phyloseq ordination graphics in the
phyloseq online tutorials.
1 | subset_ord_plot(p, threshold=0.05, method="farthest")
|
p |
(Required). A |
threshold |
(Optional). A numeric scalar. Default is |
method |
(Optional). A character string. One of
|
A data.frame
suitable for creating a
ggplot
plot object, graphically summarizing
the ordination result according to previously-specified parameters.
phyloseq online tutorial for this function.
1 2 | ## See the online tutorials.
## http://joey711.github.io/phyloseq/subset_ord_plot-examples
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.