-
Notifications
You must be signed in to change notification settings - Fork 27
/
NAMESPACE
73 lines (72 loc) · 1.31 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
# Generated by roxygen2: do not edit by hand
S3method(plot,pr_fit)
S3method(summary,pr_fit)
export(AGSI)
export(AICc)
export(AT)
export(CDD)
export(CU)
export(DP)
export(DU)
export(GRP)
export(LIN)
export(M1)
export(M1s)
export(PA)
export(PAb)
export(PM1)
export(PM1b)
export(PTT)
export(PTTs)
export(SGSI)
export(SM1)
export(SM1b)
export(SQ)
export(SQb)
export(TT)
export(TTs)
export(UM1)
export(UN)
export(check_npn_phenophases)
export(check_npn_species)
export(check_pep725_species)
export(cvmae)
export(daylength)
export(likelihood)
export(null)
export(outlier_detection)
export(pr_calc_land_cover)
export(pr_calc_temp_sens)
export(pr_cross_validate)
export(pr_dl_be)
export(pr_dl_cmip)
export(pr_dl_era5)
export(pr_dl_npn)
export(pr_dl_pep725)
export(pr_fit)
export(pr_fit_comparison)
export(pr_fit_parameters)
export(pr_flatten)
export(pr_fm_be)
export(pr_fm_cmip)
export(pr_fm_csv)
export(pr_fm_daymet_tiles)
export(pr_fm_era5)
export(pr_fm_gee)
export(pr_fm_modis)
export(pr_fm_npn)
export(pr_fm_pep725)
export(pr_fm_phenocam)
export(pr_fm_subset)
export(pr_merge_pep725)
export(pr_parameters)
export(pr_plot_arrows)
export(pr_plot_comparison)
export(pr_predict)
export(rmse)
export(rotate_cmip)
export(shape_model_output)
export(triangular_temperature_response)
import(graphics)
importFrom(foreach,"%dopar%")
importFrom(magrittr,"%>%")