getCorrel: Process the correlation coefficient

Description Usage Arguments Value Examples

View source: R/analyseMultipleRuns.R

Description

Process the correlation coefficient of multiple methods / datasets

Usage

1
getCorrel(directory, predictandDB, datasets, methods, period)

Arguments

directory

Root directory of multiple runs.

predictandDB

Path to the predictand DB.

datasets

List of datasets (must be used as folder names - e.g. /JRA-55/)

methods

List of methods (must be used as folder names - e.g. /4Z/)

period

Either "calibration" or "validation".

Value

Dataframe with correlation coefficients for every method / dataset.

Examples

1
2
3
4
5
6
## Not run: 
datasets <- c('CFSR', 'ERA-20C', 'JRA-55')
methods <- c('2Z', '4Z', '4Z-2MI')
stations <- atmoswing::getCorrel('path/to/runs', datasets, methods, 'validation')

## End(Not run)

atmoswing/R-toolbox documentation built on Nov. 8, 2019, 3:49 p.m.