Learn R Programming

msaFACE (version 0.1.0)

summary.MSA_coef: Summary for MSA_coef

Description

Summary function for output of moving subset analysis

Usage

"summary"(object, ...)

Arguments

object
List of class MSA_coef
...
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

See Also

plot.MSA_coef, moving_subset_analysis, GiFACE

Examples

Run this code

## 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)

Run the code above in your browser using DataLab