-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
75 lines (74 loc) · 1.97 KB
/
NAMESPACE
File metadata and controls
75 lines (74 loc) · 1.97 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# Generated by roxygen2: do not edit by hand
export(nWadeableStationsPerTransect)
export(nlaAquaticMacrophytes)
export(nlaBankFeatures)
export(nlaBottomSubstrate)
export(nlaDrawdownIndicator)
export(nlaFishCover)
export(nlaHumanImpact)
export(nlaLitRipVegCompIndicator)
export(nlaLitVegCompIndicator)
export(nlaLittoralMacrohabitat)
export(nlaLittoralZone)
export(nlaRipDistIndicator)
export(nlaRipVegCompIndicator)
export(nlaRiparianVegetation)
export(nlaShorelineSubstrate)
export(nlaStationInformation)
export(nrsaBankMorphology)
export(nrsaBedStability)
export(nrsaCanopyDensiometer)
export(nrsaChannelChar)
export(nrsaChannelHabitat)
export(nrsaChannelMorphology)
export(nrsaFishCover)
export(nrsaGeneral)
export(nrsaHumanInfluence)
export(nrsaInstrmCoverIndicator)
export(nrsaInvasiveSpecies)
export(nrsaLargeWoody)
export(nrsaLegacyTree)
export(nrsaLittoralDepth)
export(nrsaRelBedStabilityIndicator)
export(nrsaResidualPools)
export(nrsaRipDistIndicator)
export(nrsaRiparianVegIndicator)
export(nrsaRiparianVegetation)
export(nrsaSlopeBearing)
export(nrsaSubstrateCharacterization)
export(nrsaSubstrateEmbed)
export(protectedMean)
export(protectedSum)
import(RUnit)
import(foreach)
importFrom(Hmisc,"%nin%")
importFrom(Hmisc,capitalize)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_at)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(stats,aggregate)
importFrom(stats,ave)
importFrom(stats,coef)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,reshape)
importFrom(stats,sd)
importFrom(stats,weights)
importFrom(stringr,str_detect)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(utils,read.table)
importFrom(utils,write.csv)