print.msa: Print MSA_coef

Description Usage Arguments Details Author(s) See Also Examples

Description

Print function for output of moving subset analysis

Usage

1
2
3
4
## S3 method for class 'MSA_coef'
print(x, ...)
## S3 method for class 'MSA_coef'
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

Author(s)

Wolfgang A. Obermeier, Lukas W. Lehnert, Joerg Bendix

See Also

moving_subset_analysis, GiFACE

Examples

1
2
3
4
5
6
data(GiFACE)

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

msa_data

msaFACE documentation built on May 2, 2019, 5:07 a.m.

Related to print.msa in msaFACE...