Swotr Logo

swotr is a package for working with SWOT-like remote-sensed river data (or similar) in R.

Documentation including function reference and a tutorial vignette can be found at the swotr website.

Install as follows:

if (!require(devtools)) {
  install.packages("devtools")
}

devtools::install_github("markwh/swotr")