psi_get_methods | R Documentation |
Methods to get the info from the psiData class slots
## 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)
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 |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.