time_by_cm | R Documentation |
Time series analysis
time_by_cm(otu_time, n_cluster = 6, min.std = 0)
otu_time |
otutab hebing by a time variable |
n_cluster |
number of clusters |
min.std |
min.std |
time_cm
if (interactive()) {
data(otutab, package = "pcutils")
otu_time <- pcutils::hebing(otutab, metadata$Group)
time_by_cm(otu_time, n_cluster = 4) -> time_cm_res
plot(time_cm_res)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.