sfn_get_methods: SfnData get methods

Description Usage Arguments Details

Description

Methods to get the info from the SfnData class slots

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
## S4 method for signature 'SfnData'
get_sapf(object, solar = FALSE)

## S4 method for signature 'SfnData'
get_env(object, solar = FALSE)

## S4 method for signature 'SfnData'
get_sapf_flags(object, solar = FALSE)

## S4 method for signature 'SfnData'
get_env_flags(object, solar = FALSE)

## S4 method for signature 'SfnData'
get_timestamp(object)

## S4 method for signature 'SfnData'
get_solar_timestamp(object)

## S4 method for signature 'SfnData'
get_si_code(object)

## S4 method for signature 'SfnData'
get_site_md(object)

## S4 method for signature 'SfnData'
get_stand_md(object)

## S4 method for signature 'SfnData'
get_species_md(object)

## S4 method for signature 'SfnData'
get_plant_md(object)

## S4 method for signature 'SfnData'
get_env_md(object)

Arguments

object

Object of class SfnData from which data is retrieved

solar

Logical indicating if the timestamp to return in the get_sapf, get_env, get_sapf_flags and get_env_flags methods

Details

get_sapf and get_env methods retrieve sapflow or environmental data and timestamp to create a functional dataset to work with.

get_sapf_flags and get_env_flags methods retrieve sapflow or environmental flags also with the timestamp.

get_timestamp method retrieve only the timestamp as POSIXct vector.

get_si_code method retrieve a character vector with length(timestamp) containing the site code.

get_site_md, get_stand_md, get_species_md, get_plant_md and get_env_md methods retrieve the corresponding metadata.


sapfluxnet/sapfluxnetQC1 documentation built on May 29, 2019, 1:50 p.m.