summary.MSA_coef {msaFACE} | R Documentation |
Summary function for output of moving subset analysis
## S3 method for class 'MSA_coef'
summary(object, ...)
object |
List of class |
... |
Parameters passed to generic summary function |
Variable: Name of the forcing experiment-support variable
CFEmax: Maximum CO2 fertilization effect
CFEmin: Minimum CO2 fertilization effect
Cond_for_CFEmax: Forcing variable at maximum CO2 fertilization effect
Cond_for_CFEmin: Forcing variable at minimum CO2 fertilization effect
Dependent_Max: Maximum of dependent variable
Dependent_Min: Minimum of dependent variable
Wolfgang A. Obermeier, Lukas W. Lehnert, Joerg Bendix
plot.MSA_coef
, moving_subset_analysis
, GiFACE
## Load data
data(GiFACE)
## Perform Moving Subset Analysis
msa_data <- moving_subset_analysis(GiFACE$data, "CO2A_Mean", "BYT", 30, group = GiFACE$year)
## Show summary
summary(msa_data)