-
Notifications
You must be signed in to change notification settings - Fork 16
/
NAMESPACE
66 lines (65 loc) · 1.8 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
# Generated by roxygen2: do not edit by hand
S3method(plot_field,geofield)
S3method(plot_field,harp_grid_df)
S3method(plot_field,harp_list)
S3method(plot_field,harp_spatial_fcst)
S3method(plot_station_ts,harp_det_point_df)
S3method(plot_station_ts,harp_ens_point_df)
S3method(plot_station_ts,harp_ens_point_df_long)
S3method(plot_station_ts,harp_list)
S3method(plot_vertical_profile,data.frame)
S3method(plot_vertical_profile,harp_det_point_df)
S3method(plot_vertical_profile,harp_ens_point_df)
S3method(plot_vertical_profile,harp_ens_point_df_long)
S3method(plot_vertical_profile,harp_list)
export("%>%")
export(GeomLinespline)
export(GeomRibbonspline)
export(StatLinespline)
export(StatRibbonspline)
export(colour_choices)
export(colour_choicesUI)
export(coord_geo)
export(dashboard_point_verif)
export(dashboard_point_verifUI)
export(download_verif_plot)
export(download_verif_plotUI)
export(geom_geocontour)
export(geom_geocontour_filled)
export(geom_georaster)
export(geom_linespline)
export(geom_ribbonspline)
export(get_map)
export(group_selectors)
export(group_selectorsUI)
export(interactive_point_verif)
export(interactive_point_verifUI)
export(options_bar)
export(options_barUI)
export(plot_field)
export(plot_point_verif)
export(plot_profile_verif)
export(plot_scatter)
export(plot_scorecard)
export(plot_spatial_verif)
export(plot_station_eps)
export(plot_station_ts)
export(plot_vertical_profile)
export(score_lookup)
export(shiny_plot_point_verif)
export(shiny_plot_spatial_verif)
export(stat_linespline)
export(stat_ribbonspline)
export(theme_harp_black)
export(theme_harp_grey)
export(theme_harp_light)
export(theme_harp_map)
export(theme_harp_midnight)
export(time_axis)
export(time_axisUI)
export(vars)
import(ggplot2)
importFrom(dplyr,vars)
importFrom(lifecycle,deprecated)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)