-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
25 lines (25 loc) · 1.17 KB
/
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: thermopic
Title: Predicting and Visualizing the Seasonal Availability of Thermal Habitat in Lakes
Version: 0.0.1.0000
Authors@R:
c(person("Ken", "Minns", email = "", role = c("aut")),
person("Simon", "Fung", email = "", role = c("aut")),
person("Brian", "Shutter", email = "", role = c("aut")),
person("Nigel", "Lester", email = "", role = c("aut")),
person("Steve", "Walker", email = "[email protected]",
role = c("cre")))
Description: A ThermoPic is a picture of thermal habitat in a lake. This software serves three purposes. First, it predicts the seasonal temperature cycle in lakes based on easily measured variables. Second, it calculates and reports thermal habitat statistics. Third, it generates a ThermoPic plot. The model used to predict temperature is referred to as the Seasonal Temperature Model (STM). It was created by Minns et al. (2016) based on data from lakes in the province of Ontario (Canada).
Depends:
R (>= 3.0.0)
License: GPL-3 | file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
stats,
utils,
graphics,
chron,
rLakeAnalyzer,
RColorBrewer,
data.tree
RoxygenNote: 6.1.1