select_models: Select models and ensemble members

Description Usage Arguments Details

View source: R/select_models.R

Description

Functions to select models select_models and ensemble members select_ensembles from an array of model results. With the corresponding functions select_ensmember and select_ensmember2 for backwards compatibility.

Usage

1
2
3
4
5
6
7
select_models(x, modi = 1:nrow(x))

select_ensembles(x, ensi = 1:ncol(x))

select_ensmember(x, modi = 1:nrow(x))

select_ensmember2(x, ensi = 1:ncol(x))

Arguments

x

object of class 'NetCDF'

modi

indices of models to select (first dimension in x, see details)

ensi

indices (or text) of runs to select (second dimension of x)

Details

The model selector can be either a vector of names corresponding to the row names in x, a logical vector of length nrow(x), or a numerical vector with indices to retain.


jonasbhend/geoutils documentation built on May 19, 2019, 7:27 p.m.