README.md

edenR

Project Status: Concept - Minimal or no implementation has been done yet.

The goal of edenR is to provide an R interface to the Everglades Depth Estimation Network.

Installation

You can install edenR from github with:

# install.packages("devtools")
devtools::install_github("jsta/edenR")

Usage

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.



jsta/edenR documentation built on May 20, 2019, 2:10 a.m.