| profile_hill_pq | R Documentation |
Wraps divent::profile_hill() to compute a Hill diversity profile across
diversity orders for each sample in a phyloseq object, and returns a
ggplot2 object via ggplot2::autoplot().
profile_hill_pq(physeq, orders = seq(0, 2, 0.1), merge_sample_by = NULL, ...)
physeq |
(required) a |
orders |
(numeric vector) Hill diversity orders to compute. Default
|
merge_sample_by |
(character or NULL) If not NULL, merge samples
using |
... |
Additional arguments passed to |
A ggplot2 object.
divent::profile_hill(), hill_curves_pq()
profile_hill_pq(
prune_samples(sample_names(data_fungi_mini)[1:5], data_fungi_mini),
orders = c(0, 1, 2)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.