Last data update: 2014.03.03

lakemorpho

Package: lakemorpho
Type: Package
Title: Lake Morphometry Metrics in R
Version: 1.0.2
Date: 2016-05-113
Authors@R: person(given = "Jeffrey W.", family = "Hollister",
role = c("aut","cre"),
email = "hollister.jeff@epa.gov")
URL: http://www.github.com/USEPA/lakemorpho
BugReports: https://www.github.com/USEPA/lakemorpho/issues
Maintainer: Jeffrey W. Hollister <hollister.jeff@epa.gov>
License: CC0
Description: Lake morphometry metrics are used by limnologists to understand,
among other things, the ecological processes in a lake. Traditionally, these
metrics are calculated by hand, with planimeters, and increasingly with
commercial GIS products. All of these methods work; however, they are either
outdated, difficult to reproduce, or require expensive licenses to use. The
code{lakemorpho} package provides the tools to calculate a typical suite
of these metrics from an input elevation model and lake polygon. The metrics
currently supported are: fetch, maximum length, maximum width, mean width,
maximum depth, mean depth, shoreline development, shoreline length, surface
area, and volume.
Depends: R (>= 2.10), maptools
Imports: methods, stats, grDevices, rgdal, raster, rgeos, sp, geosphere
Author: Jeffrey W. Hollister [aut, cre]
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-05-13 13:39:50 UTC; jhollist
Repository: CRAN
Date/Publication: 2016-05-14 00:19:58

● 0 images, 15 functions, 3 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'lakemorpho' ...
** package 'lakemorpho' successfully unpacked and MD5 sums checked
** R
** data
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'lakemorpho'
    finding HTML links ... done
    calcLakeMetrics                         html  
    exampleElev                             html  
    exampleLake                             html  
    inputLM                                 html  
    lakeFetch                               html  
    lakeMaxDepth                            html  
    lakeMaxLength                           html  
    lakeMaxWidth                            html  
    lakeMeanDepth                           html  
    lakeMeanWidth                           html  
    lakeMorphoClass                         html  
    lakeShorelineDevelopment                html  
    lakeShorelineLength                     html  
    lakeSurfaceArea                         html  
    lakeSurroundTopo                        html  
    lakeVolume                              html  
    lakemorpho                              html  
    plot.lakeMorpho                         html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (lakemorpho)
Making 'packages.html' ... done