Learn R Programming

msaFACE (version 0.1.0)

print.MSA_coef: Print MSA_coef

Description

Print function for output of moving subset analysis

Usage

"print"(x, ...) "show"(object, ...)

Arguments

x, object
List of class MSA_coef
...
Parameters passed to generic functions (currently ignored)

Details

This function prints the column numbers for each experiment-support variable

See Also

moving_subset_analysis, GiFACE

Examples

Run this code
data(GiFACE)

## Perform Moving Subset Analysis
msa_data <- moving_subset_analysis(GiFACE$data, "CO2A_Mean", "BYT", 30, group = GiFACE$year)

msa_data

Run the code above in your browser using DataLab