composite_data | R Documentation |
Create composite data
composite_data(x, num_years, parameter_cd)
x |
aquifer data |
num_years |
integer number of years required |
parameter_cd |
character, 5-digit parameter code, default is "72019". |
data frame with year, name, and value
aquifer_data <- aquifer_data
num_years <- 30
comp_data <- composite_data(aquifer_data, num_years, "72019")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.