This function plots the correlation between environments generated with
env_stratification()
# S3 method for 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
# \donttest{ library(metan) model <- env_stratification(data_ge, env = ENV, gen = GEN, resp = GY) plot(model)#> Warning: Removed 73 rows containing missing values (geom_text).# }