-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
54 lines (53 loc) · 1.21 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
# Generated by roxygen2: do not edit by hand
S3method(c,griddata)
export(add_NAs)
export(characterize.emp.dist)
export(concatGrids)
export(concatGrids.general)
export(coord_array)
export(drop_NAs)
export(emulator_reducer)
export(eof_analyze)
export(extract_box)
export(file.pairer)
export(fld2df)
export(fldgen_object)
export(fldgen_object_TP)
export(fldts2df)
export(generate.TP.fullgrids)
export(generate.TP.resids)
export(mkcorrts)
export(normalize.resids)
export(phase_eqn_coef)
export(plot_field)
export(plotglobalfieldsP)
export(plotglobalfieldsT)
export(pscl_analyze)
export(pscl_apply)
export(psdest)
export(read.general)
export(read.precipitations)
export(read.temperatures)
export(read_globalAvg)
export(readtgav)
export(reconst_fields)
export(splitGrids)
export(splitGrids.general)
export(split_eof)
export(train)
export(trainTP)
export(unnormalize.resids)
export(write.temperature)
importFrom(assertthat,assert_that)
importFrom(dplyr,"%>%")
importFrom(dplyr,if_else)
importFrom(dplyr,mutate)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(stats,approxfun)
importFrom(stats,lm)
importFrom(stats,mvfft)
importFrom(stats,prcomp)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(utils,read.table)