-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.11 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
51
52
Package: NPSForVeg
Type: Package
Title: Data anaylsis and graphing for NPS forest vegetation monitoring.
Version: 0.3.3
Date: 2024-05-31
Author: John Paul Schmit, Kate Miller, Liz Matthews
Maintainer: John Paul Schmit <[email protected]>
Encoding: UTF-8
Description: This package is designed to analyze and display forest monitoring
data for the NPS I&M program
License: Public Domain
LazyData: true
Depends:
R(>= 3.1.0)
Imports:
boot(>= 1.3-9),
data.table(>= 1.9.4),
dplyr(>= 0.4),
lattice(>= 0.20.24),
leaflet(>= 0.0.8),
MASS(>= 7.3-29),
purrr(>= 0.2.4),
rlang(>= 0.2.0)
Collate:
'NPSForVeg_Class_def.R'
'ChangeMatrix.R'
'IV.R'
'IVplot.R'
'SiteXSpec.R'
'calcIV.R'
'dens.R'
'densplot.R'
'getArea.R'
'getCommons.R'
'getCycles.R'
'getEvents.R'
'getNames.R'
'getNetwork.R'
'getPlantNames.R'
'getPlants.R'
'getPlotNames.R'
'getPlots.R'
'getSubplotCount.R'
'importCSV.R'
'importERMN.R'
'importMIDN.R'
'importNCRN.R'
'importNETN.R'
'importSHEN.R'
'make.R'
'mapPlants.R'
RoxygenNote: 7.3.2