powered by
This function plots the correlation between environments generated with env_stratification()
env_stratification()
# S3 method for env_stratification plot(x, var = 1, ...)
An object of class gg, ggplot.
gg, ggplot
An object of class env_stratification
env_stratification
The variable to plot. Defaults to var = 1 the first variable of x.
var = 1
x
Further arguments passed to plot.corr_coef()
plot.corr_coef()
Tiago Olivoto tiagoolivoto@gmail.com
env_dissimilarity()
# \donttest{ library(metan) model <- env_stratification(data_ge, env = ENV, gen = GEN, resp = GY) plot(model) # }
Run the code above in your browser using DataLab