View source: R/env_dissimilarity.R
plot.env_dissimilarity | R Documentation |
Create dendrograms to show the dissimilarity between environments.
## S3 method for class 'env_dissimilarity' plot(x, var = 1, nclust = NULL, ...)
x |
An object of class |
var |
The variable to plot. Defaults to |
nclust |
The number of clusters to show. |
... |
Other arguments bo be passed to the function |
Tiago Olivoto tiagoolivoto@gmail.com
library(metan) mod <- env_dissimilarity(data_ge, ENV, GEN, REP, GY) plot(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.