-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
25 lines (25 loc) · 926 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Package: limnotools
Type: Package
Title: A set of tools and commands to utilize high resolution water profile data
Version: 0.9.2
Authors@R: c(
person("Sam", "Albers", email = "sam.albers@gmail.com", role = c("aut", "cre")),
person("Doug","Collinge", email = "doug.collinge@gmail.com", role = c("aut"))
)
Description: In this version of limnotools, the primary function is to run the split and merge algorithm (Pavlidis and Horowitz 1974) on high resolution CTD profile data.
Implementation of the SM algorithm was adapted from ForTran code written by Thomson and Fine, 2003. The SM algorithm is primarily called from the wtr_layer and the wtr_segments fucntions.
See the vignette for usage examples.
License: GPL-3
LazyData: TRUE
RoxygenNote: 6.0.1
Depends:
R (>= 3.3.0)
Suggests: testthat,
knitr,
rmarkdown,
dplyr,
tidyr,
purrr,
ggplot2,
devtools
VignetteBuilder: knitr