-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
120 lines (119 loc) · 3.12 KB
/
NAMESPACE
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
# Generated by roxygen2: do not edit by hand
export(check_assessment)
export(convert_reftable)
export(convert_units)
export(create_timeseries)
export(cstm.VDS.environment)
export(ctsm.VDS.loglik.calc)
export(ctsm.VDS.p.calc)
export(ctsm.VDS.varlist)
export(ctsm.projection)
export(ctsm_OHAT_legends)
export(ctsm_TBT_convert)
export(ctsm_TBT_remove_early_data)
export(ctsm_convert_basis)
export(ctsm_get_auxiliary)
export(ctsm_get_determinands)
export(ctsm_get_info)
export(ctsm_read_determinand)
export(ctsm_read_species)
export(ctsm_read_thresholds)
export(ctsm_summary_overview)
export(ctsm_symbology_OSPAR)
export(ctsm_uncrt_estimate)
export(ctsm_uncrt_plot_data)
export(ctsm_uncrt_plot_estimates)
export(ctsm_uncrt_workup)
export(get_AC)
export(get_AC_biota_OSPAR)
export(get_basis_biota_OSPAR)
export(get_basis_default)
export(get_basis_most_common)
export(get_station_code)
export(get_timeseries)
export(info_TEF)
export(normalise_biota_HELCOM)
export(normalise_sediment_HELCOM)
export(normalise_sediment_OSPAR)
export(ordinal_theta_cl)
export(ordinal_theta_est)
export(plot_assessment)
export(read_contaminants)
export(read_data)
export(report_assessment)
export(run_assessment)
export(subset_assessment)
export(tidy_data)
export(update_assessment)
export(write_summary_table)
importFrom(grDevices,dev.off)
importFrom(grDevices,extendrange)
importFrom(grDevices,grey)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(graphics,par)
importFrom(grid,arrow)
importFrom(grid,convertY)
importFrom(grid,gpar)
importFrom(grid,grid.layout)
importFrom(grid,grid.lines)
importFrom(grid,grid.newpage)
importFrom(grid,grid.rect)
importFrom(grid,grid.text)
importFrom(grid,pushViewport)
importFrom(grid,unit)
importFrom(grid,unit.c)
importFrom(grid,upViewport)
importFrom(grid,viewport)
importFrom(lattice,current.panel.limits)
importFrom(lattice,current.row)
importFrom(lattice,llines)
importFrom(lattice,lpoints)
importFrom(lattice,lpolygon)
importFrom(lattice,panel.abline)
importFrom(lattice,panel.axis)
importFrom(lattice,panel.rug)
importFrom(lattice,panel.superpose)
importFrom(lattice,splom)
importFrom(lattice,trellis.par.get)
importFrom(lattice,which.packet)
importFrom(lattice,xyplot)
importFrom(magrittr,"%>%")
importFrom(optimx,optimx)
importFrom(stats,AIC)
importFrom(stats,as.formula)
importFrom(stats,complete.cases)
importFrom(stats,dmultinom)
importFrom(stats,dnorm)
importFrom(stats,filter)
importFrom(stats,glm)
importFrom(stats,glm.control)
importFrom(stats,integrate)
importFrom(stats,lm)
importFrom(stats,logLik)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,optim)
importFrom(stats,pbinom)
importFrom(stats,pf)
importFrom(stats,plogis)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,pt)
importFrom(stats,qf)
importFrom(stats,qlogis)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,quasi)
importFrom(stats,reshape)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,uniroot)
importFrom(stats,update)
importFrom(tibble,column_to_rownames)
importFrom(utils,head)
importFrom(utils,modifyList)
importFrom(utils,read.csv)
importFrom(utils,read.delim)
importFrom(utils,tail)