Last chance! 50% off unlimited learning
Sale ends in
Create dendrograms to show the dissimilarity between environments.
# S3 method for env_dissimilarity
plot(x, var = 1, nclust = NULL, ...)
An object of class env_dissimilarity
The variable to plot. Defaults to var = 1
the first
variable of x
.
The number of clusters to show.
Other arguments bo be passed to the function stats::hclust()
.
Tiago Olivoto tiagoolivoto@gmail.com
# \donttest{
library(metan)
mod <- env_dissimilarity(data_ge, ENV, GEN, REP, GY)
plot(mod)
# }
Run the code above in your browser using DataLab