Description Usage Arguments Value
Filters large dataset of water chemistry parameters to only lake surface or lake bottom temperature measurements.
1 | filter_ltmp(chem_df = CSLSdata::water_chem, depth = "surface", use_HOBO = TRUE)
|
chem_df |
data frame with water chemistry information for all sites. Defaults to CSLSdata::water_chem. |
depth |
indicates which depth to use. "surface" pulls shallowest records, "bottom" pulls deepest records. Defaults to "shallow". |
use_HOBO |
logical defaults to TRUE to use HOBO data for temperature measurements. if false, uses field profile data. |
lst, same data frame as chem_df, but subset to only lake surface temperature measurements.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.