-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
50 lines (50 loc) · 1.07 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Type: Package
Package: wetlandACAD
Title: Package for compiling, querying, summarizing and plotting
freshwater wetland data in Acadia NP
Version: 0.1.5
Author: Kate Miller
Maintainer: Kate Miller <kathryn_miller@nps.gov>
Description: This package contains functions that compile, query,
summarize and plot freshwater wetland data collected by the Northeast
Temperate Network in Acadia National Park.
License: GPL (>= 3)
Imports:
dplyr,
ggplot2,
lubridate,
magrittr,
purrr,
stringr,
tidyr,
XML
Suggests:
DBI,
httr,
odbc,
readxl,
rjson,
zip
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Collate:
'NWCA16_download.R'
'NWCA16_import.R'
'NWCA16_soilMMI.R'
'NWCA16_vegMMI.R'
'NWCA16_waterMMI.R'
'NWCA21_vegMMI.R'
'bind_HOBO_data.R'
'calc_WL_stats.R'
'conv_WL.R'
'conv_kpa_cm.R'
'compile_sent_WL.R'
'get_NADP_precip.R'
'importRAM.R'
'importWaterLevel.R'
'plot_hydro_site_year.R'
'prep_well_data.R'
'prep_conv_table.R'
'sumSpeciesList.R'
'sumVegMMI.R'