-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
34 lines (34 loc) · 1.41 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
26
27
28
29
30
31
32
33
34
Package: linbin
Version: 0.1.3.9000
Date: 2021-04-16
Authors@R: c(
person("Ethan Z.", "Welty", email = "[email protected]", role = c("aut", "cre")),
person("Christian E.", "Torgersen", role = "ctb", comment = "author support and guidance"),
person("Samuel J.", "Brenkman", role = "ctb", comment = "elwha and quinault datasets"),
person("Jeffrey J.", "Duda", role = "ctb", comment = "elwha dataset"),
person("Jonathan B.", "Armstrong", role = "ctb", comment = "fishmotion dataset"))
Type: Package
Depends:
R (>= 3.0.1)
License: AGPL-3
Title: Binning and Plotting of Linearly Referenced Data
Description: Short for 'linear binning', the linbin package provides functions
for manipulating, binning, and plotting linearly referenced data. Although
developed for data collected on river networks, it can be used with any interval
or point data referenced to a 1-dimensional coordinate system. Flexible bin
generation and batch processing makes it easy to compute and visualize variables
at multiple scales, useful for identifying patterns within and between variables
and investigating the influence of scale of observation on data interpretation.
LazyData: true
Imports:
stats,
utils,
graphics,
grDevices
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
URL: https://github.com/ezwelty/linbin
BugReports: https://github.com/ezwelty/linbin/issues
RoxygenNote: 7.1.1