Skip to content

GLEON/rLakeAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e74974f · Apr 29, 2021
Apr 29, 2021
Sep 6, 2017
Sep 29, 2017
Apr 29, 2021
Sep 29, 2017
Jan 4, 2018
Jan 4, 2018
Jan 5, 2018
Jan 4, 2018
Jun 7, 2017
Sep 13, 2018
Sep 22, 2017
Jan 4, 2018
Jan 4, 2018
Jan 5, 2018
Jan 4, 2018

Repository files navigation

Build Status CRAN_Status_Badge Download Count DOI

rLakeAnalyzer

The rLakeAnalyzer package is an R implementation of the Lake Analyzer, a tool that allows users to calculate common metrics for lake physical states.

Installation

You can install a stable version of rLakeAnalyzer with:

install.packages("rLakeAnalyzer")

You can install the development version rLakeAnalyzer from github with:

# install.packages("devtools")
devtools::install_github("GLEON/rLakeAnalyzer")

Usage

First the package must be loaded into R:

library(rLakeAnalyzer)
#> Warning: package 'rLakeAnalyzer' was built under R version 3.4.3

You can view a list of functions available in rLakeAnalyzer with:

help(package = "rLakeAnalyzer")

An example application of this functionality is illustrated with wtr.heat.map() function:

#Get the path for the package example file included
wtr.path <- system.file('extdata', 'Sparkling.daily.wtr', package="rLakeAnalyzer")

#Load data for example lake, Sparkilng Lake, Wisconsin.
sp.wtr = load.ts(wtr.path)

#Plot default figure
wtr.heat.map(sp.wtr)

#Change defaults supplied to filled.contour
wtr.heat.map(sp.wtr, zlim=c(0,15), plot.title="Sparkling Water Temp (C)")

Getting Help or Reporting an Issue

To report bugs/issues/feature requests, please file an issue.

These are very welcome!

Contributors

Luke Winslow, Richard Woolway, Jordan Read, Jennie Brentrup, Jake Zwart, Craig Snortheim, Taylor Leach, Sam Albers, Doug Collinge