View source: R/env_stratification.R
| plot.env_stratification | R Documentation | 
This function plots the correlation between environments generated with
env_stratification()
## S3 method for class 'env_stratification'
plot(x, var = 1, ...)
x | 
 An object of class   | 
var | 
 The variable to plot. Defaults to   | 
... | 
 Further arguments passed to   | 
An object of class gg, ggplot.
Tiago Olivoto tiagoolivoto@gmail.com
env_dissimilarity()
library(metan)
model <-
env_stratification(data_ge,
                   env = ENV,
                   gen = GEN,
                   resp = GY)
plot(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.