psi_get_methods: psiData get methods

psi_get_methodsR Documentation

psiData get methods

Description

Methods to get the info from the psiData class slots

Usage

## S4 method for signature 'psiData'
get_psi(object, solar = FALSE)

## S4 method for signature 'psiData'
get_psi_flags(object, solar = FALSE)

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

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

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

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

## S4 method for signature 'psiData'
get_question_md(object)

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

Arguments

object

Object of class psiData from which data is retrieved

solar

Logical indicating if the timestamp to return in the get_psi and get_psi_flags methods

Details

get_psi method retrieve psi data and timestamp to create a functional dataset to work with.

get_psi_flags method 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, and get_plant_md methods retrieve the corresponding metadata.


vflo/PSIsapfluxnetQC1 documentation built on Feb. 15, 2024, 3:19 a.m.