powered by
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
env_dissimilarity
The variable to plot. Defaults to var = 1 the first variable of x.
var = 1
x
The number of clusters to show.
Other arguments bo be passed to the function stats::hclust().
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