summary.MSA_coef {msaFACE} | R Documentation |
Summary for MSA_coef
Description
Summary function for output of moving subset analysis
Usage
## S3 method for class 'MSA_coef'
summary(object, ...)
Arguments
object |
List of class |
... |
Parameters passed to generic summary function |
Details
-
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
Author(s)
Wolfgang A. Obermeier, Lukas W. Lehnert, Joerg Bendix
See Also
plot.MSA_coef
, moving_subset_analysis
, GiFACE
Examples
## 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)
[Package msaFACE version 0.1.0 Index]