print.MSA_coef {msaFACE}R Documentation

Print MSA_coef

Description

Print function for output of moving subset analysis

Usage

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

data(GiFACE)

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

msa_data


[Package msaFACE version 0.1.0 Index]