-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
120 lines (119 loc) · 3.32 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
S3method(ggplot_add,PsyLayer)
S3method(ggplot_add,PsyScale)
S3method(ggplot_build,ggpsychro)
S3method(makeContent,textalong)
export(GeomGridEnthalpy)
export(GeomGridRelHum)
export(GeomGridSpecVol)
export(GeomGridVapPres)
export(GeomGridWetBulb)
export(GeomLineSat)
export(GeomMaskArea)
export(PsyScale)
export(StatEnthalpy)
export(StatRelhum)
export(StatSpecvol)
export(StatVappres)
export(StatWetbulb)
export(demo_scale)
export(drybulb_format)
export(drybulb_trans)
export(enthalpy_format)
export(enthalpy_trans)
export(geom_grid_enthalpy)
export(geom_grid_relhum)
export(geom_grid_specvol)
export(geom_grid_vappres)
export(geom_grid_wetbulb)
export(geom_line_sat)
export(geom_maskarea)
export(ggpsychro)
export(humratio_format)
export(humratio_trans)
export(is.ggpsychro)
export(label_drybulb)
export(label_enthalpy)
export(label_humratio)
export(label_relhum)
export(label_specvol)
export(label_vappres)
export(label_wetbulb)
export(relhum_format)
export(relhum_trans)
export(scale_drybulb_continuous)
export(scale_enthalpy)
export(scale_humratio_continuous)
export(scale_relhum)
export(scale_specvol)
export(scale_vappres)
export(scale_wetbulb)
export(specvol_format)
export(specvol_trans)
export(stat_enthalpy)
export(stat_relhum)
export(stat_specvol)
export(stat_vappres)
export(stat_wetbulb)
export(theme_psychro)
export(vappres_format)
export(vappres_trans)
export(wetbulb_format)
export(wetbulb_trans)
importFrom(checkmate,assert_count)
importFrom(checkmate,assert_flag)
importFrom(checkmate,assert_number)
importFrom(checkmate,assert_numeric)
importFrom(ggplot2,Geom)
importFrom(ggplot2,GeomLine)
importFrom(ggplot2,GeomPolygon)
importFrom(ggplot2,Stat)
importFrom(ggplot2,aes)
importFrom(ggplot2,continuous_scale)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplot_add)
importFrom(ggplot2,ggplot_build)
importFrom(ggplot2,ggproto)
importFrom(ggplot2,layer)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,waiver)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grid,convertHeight)
importFrom(grid,convertX)
importFrom(grid,convertY)
importFrom(grid,gList)
importFrom(grid,gpar)
importFrom(grid,grob)
importFrom(grid,is.unit)
importFrom(grid,makeContent)
importFrom(grid,nullGrob)
importFrom(grid,textGrob)
importFrom(grid,unit)
importFrom(psychrolib,GetHumRatioFromEnthalpyAndTDryBulb)
importFrom(psychrolib,GetHumRatioFromRelHum)
importFrom(psychrolib,GetHumRatioFromTWetBulb)
importFrom(psychrolib,GetHumRatioFromVapPres)
importFrom(psychrolib,GetMoistAirEnthalpy)
importFrom(psychrolib,GetMoistAirVolume)
importFrom(psychrolib,GetStandardAtmPressure)
importFrom(psychrolib,GetTDryBulbFromEnthalpyAndHumRatio)
importFrom(psychrolib,GetTDryBulbFromMoistAirVolumeAndHumRatio)
importFrom(psychrolib,GetTKelvinFromTCelsius)
importFrom(psychrolib,GetTRankineFromTFahrenheit)
importFrom(psychrolib,GetTWetBulbFromHumRatio)
importFrom(psychrolib,GetVapPresFromHumRatio)
importFrom(psychrolib,SetUnitSystem)
importFrom(psychrolib,isIP)
importFrom(scales,extended_breaks)
importFrom(scales,number)
importFrom(scales,regular_minor_breaks)
importFrom(scales,trans_new)