plot.env_stratification {metan} | R Documentation |
Plot the env_stratification model
Description
This function plots the correlation between environments generated with
env_stratification()
Usage
## S3 method for class 'env_stratification'
plot(x, var = 1, ...)
Arguments
x |
An object of class |
var |
The variable to plot. Defaults to |
... |
Further arguments passed to |
Value
An object of class gg, ggplot
.
Author(s)
Tiago Olivoto tiagoolivoto@gmail.com
See Also
Examples
library(metan)
model <-
env_stratification(data_ge,
env = ENV,
gen = GEN,
resp = GY)
plot(model)
[Package metan version 1.18.0 Index]