plot.env_dissimilarity {metan} | R Documentation |
Plot an object of class env_dissimilarity
Description
Create dendrograms to show the dissimilarity between environments.
Usage
## S3 method for class 'env_dissimilarity'
plot(x, var = 1, nclust = NULL, ...)
Arguments
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 |
Author(s)
Tiago Olivoto tiagoolivoto@gmail.com
Examples
library(metan)
mod <- env_dissimilarity(data_ge, ENV, GEN, REP, GY)
plot(mod)
[Package metan version 1.18.0 Index]