splitGrids.general: Split a concatenated griddata object into its constituent...

Description Usage Arguments Value

View source: R/readdata.R

Description

This function undoes the effect of concatGrids. It does not, however, remember the path you took to get the concatenated grid, so splitGrids(c(g1, c(g2,g3))) will give you list(g1,g2,g3) instead of list(g1, c(g2,g3)), as you might have expected.

Usage

1

Arguments

griddata

A griddata structure to split

Value

A list of griddata structures, each containing a single data set (i.e., a time series read in from a single file)


JGCRI/fieldgenr documentation built on July 22, 2020, 3:17 a.m.