Package: linbin
Version: 0.1.3
Date: 2021-04-16
Authors@R: c(
    person("Ethan Z.", "Welty", email = "ethan.welty+linbin@gmail.com", 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
NeedsCompilation: no
Packaged: 2021-04-20 05:23:55 UTC; Admin
Author: Ethan Z. Welty [aut, cre],
  Christian E. Torgersen [ctb] (author support and guidance),
  Samuel J. Brenkman [ctb] (elwha and quinault datasets),
  Jeffrey J. Duda [ctb] (elwha dataset),
  Jonathan B. Armstrong [ctb] (fishmotion dataset)
Maintainer: Ethan Z. Welty <ethan.welty+linbin@gmail.com>
Repository: CRAN
Date/Publication: 2021-04-20 12:20:06 UTC
