concat: Concatenation

Description Usage Arguments Examples

Description

Concatenates MVST objects of the same class together. This is primarily used to join up GMRF_basis blocks and Obs blocks together.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
concat(...)

## S4 method for signature 'block'
concat(...)

## S4 method for signature 'GMRF'
concat(...)

## S4 method for signature 'GMRF_basis'
concat(...)

## S4 method for signature 'Obs'
concat(...)

Arguments

...

a series of MVST objects

Examples

1
2
3
data(icesat)
icesat_obs <- Obs(df=icesat)
icesat_2x <- concat(icesat_obs,icesat_obs)

shazhe/mvst0 documentation built on May 29, 2019, 9:20 p.m.