Get observation variable names
get_obs_vars.Rd
Get observation variable names
Examples
aeme_file <- system.file("extdata/aeme.rds", package = "AEME")
aeme <- readRDS(aeme_file)
get_obs_vars(aeme)
#> Cyanobacteria Dissolved oxygen Salinity
#> "PHY_cyano" "CHM_oxy" "CHM_salt"
#> Secchi disk depth Water temperature Total chlorophyll a
#> "RAD_secchi" "HYD_temp" "PHY_tchla"
#> Dissolved organic carbon Phosphate Ammoniacal nitrogen
#> "CAR_doc" "PHS_frp" "NIT_amm"
#> Nitrate Total nitrogen Total phosphorus
#> "NIT_nit" "NIT_tn" "PHS_tp"
#> Water level
#> "LKE_lvlwtr"