Description Usage Arguments Value Examples
View source: R/create_hydroMet.R
This function is the constructor of hydroMet
class and its subclasses.
1 | create_hydroMet(class_name = "hydroMet")
|
class_name |
string with the name of the class. Valid arguments are: |
an S4 object of class hydroMet
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # Create class 'hydroMet'
met_station <- create_hydroMet(class_name = 'hydroMet')
# Subclass 'BDHI'
bdhi_station <- create_hydroMet(class_name = 'BDHI')
# Subclass 'DGI'
dgi_station <- create_hydroMet(class_name = 'DGI')
# Subclass 'CR2'
cr2_station <- create_hydroMet(class_name = 'CR2')
# Subclass 'IANIGLA'
ianigla_station <- create_hydroMet(class_name = 'IANIGLA')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.