getDf: Get data frame

Description Usage Arguments Examples

Description

Returns data frame from MVST block object. Can be used on objects of class FEBasis,GMRF and Obs. If used on an object of class Graph, the observation data frame is returned.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
getDf(.Object)

## S4 method for signature 'Graph'
getDf(.Object)

## S4 method for signature 'FEBasis'
getDf(.Object)

## S4 method for signature 'GMRF'
getDf(.Object)

## S4 method for signature 'GMRF_basis'
getDf(.Object)

## S4 method for signature 'Obs'
getDf(.Object)

Arguments

.Object

object from which data frame will be extracted

Examples

1
2
3
data(icesat)
icesat_obs <- Obs(df=icesat)
df <- getDf(icesat_obs)

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