Description Usage Arguments Value Functions Examples
Extract the slots that you want from an hydroMet
or hydroMet_XXX
class.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | get_hydroMet(obj, name = NA_character_)
## S4 method for signature 'hydroMet'
get_hydroMet(obj, name = NA_character_)
## S4 method for signature 'hydroMet_BDHI'
get_hydroMet(obj, name = NA_character_)
## S4 method for signature 'hydroMet_DGI'
get_hydroMet(obj, name = NA_character_)
## S4 method for signature 'hydroMet_IANIGLA'
get_hydroMet(obj, name = NA_character_)
## S4 method for signature 'hydroMet_CR2'
get_hydroMet(obj, name = NA_character_)
## S4 method for signature 'hydroMet_compact'
get_hydroMet(obj, name = NA_character_)
|
obj |
an |
name |
a valid single string or vector string with the required slot name(s). |
A list with the slot's data.
get_hydroMet,hydroMet-method
: get method for generic hydroMet object
get_hydroMet,hydroMet_BDHI-method
: get method for BDHI class
get_hydroMet,hydroMet_DGI-method
: get method for DGI class
get_hydroMet,hydroMet_IANIGLA-method
: get method for IANIGLA class
get_hydroMet,hydroMet_CR2-method
: get method for CR2 class
get_hydroMet,hydroMet_compact-method
: get method for compact
class
1 2 3 4 5 | # Create an IANIGLA object
cuevas <- create_hydroMet(class_name = 'IANIGLA')
# Extract one of its slots
tair <- get_hydroMet(obj = cuevas, name = 'tair')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.