-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
78 lines (77 loc) · 1.48 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
# Generated by roxygen2: do not edit by hand
S3method("[",cropr_simulation)
S3method(plot,cropr_simulation)
S3method(plot,statistics)
S3method(summary,cropr_simulation)
export(ABS)
export(Bias)
export(Bias2)
export(CV_obs)
export(CV_sim)
export(Decision)
export(EF)
export(FVU)
export(Inter)
export(LCS)
export(MAE)
export(MAPE)
export(MSE)
export(NSE)
export(R2)
export(RME)
export(RMSE)
export(RMSEs)
export(RMSEu)
export(SDSD)
export(SS_res)
export(Slope)
export(add_situation_col)
export(bind_rows)
export(bind_rows_sim)
export(extract_plot)
export(format_cropr)
export(mean_obs)
export(mean_sim)
export(nRMSE)
export(n_obs)
export(pMSEs)
export(pMSEu)
export(rLCS)
export(rRMSE)
export(rRMSEs)
export(rRMSEu)
export(rSDSD)
export(r_means)
export(rbias2)
export(save_plot_pdf)
export(save_plot_png)
export(sd_obs)
export(sd_sim)
export(split_df2sim)
export(tLimit)
export(tSTUD)
import(dplyr)
import(tibble)
importFrom(dplyr,"%>%")
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(graphics,par)
importFrom(graphics,plot.new)
importFrom(graphics,title)
importFrom(parallel,parLapply)
importFrom(parallel,stopCluster)
importFrom(plyr,join_all)
importFrom(reshape2,melt)
importFrom(rlang,.data)
importFrom(stats,cor)
importFrom(stats,lm)
importFrom(stats,na.omit)
importFrom(stats,qt)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(tidyselect,vars_select_helpers)
importFrom(utils,head)