The goal of edenR is to provide an R
interface to the Everglades Depth Estimation Network.
You can install edenR from github with:
# install.packages("devtools")
devtools::install_github("jsta/edenR")
library(edenR)
Pull stage data
dt <- getstage(sites = "NMP", start = "2015-05-07", end = "2015-06-15")
#> No encoding supplied: defaulting to UTF-8.
plot(dt[,1:2], type = "b")
compare with the equivalent webpage.