-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
148 lines (147 loc) · 3.83 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
# Generated by roxygen2: do not edit by hand
S3method("[",pdb_ipm)
S3method("kernel_formulae<-",pdb_proto_ipm_list)
S3method("parameters<-",pdb_proto_ipm_list)
S3method("vital_rate_exprs<-",pdb_proto_ipm_list)
S3method(conv_plot,pdb_ipm)
S3method(domains,pdb_ipm)
S3method(domains,pdb_proto_ipm_list)
S3method(int_mesh,pdb_ipm)
S3method(is_conv_to_asymptotic,pdb_ipm)
S3method(kernel_formulae,pdb_ipm)
S3method(kernel_formulae,pdb_proto_ipm_list)
S3method(lambda,pdb_ipm)
S3method(left_ev,pdb_ipm)
S3method(make_iter_kernel,pdb_ipm)
S3method(mean_kernel,pdb_ipm)
S3method(parameters,pdb_ipm)
S3method(parameters,pdb_proto_ipm_list)
S3method(pop_state,pdb_ipm)
S3method(pop_state,pdb_proto_ipm_list)
S3method(print,pdb)
S3method(print,pdb_proto_ipm_list)
S3method(right_ev,pdb_ipm)
S3method(vital_rate_exprs,pdb_ipm)
S3method(vital_rate_exprs,pdb_proto_ipm_list)
S3method(vital_rate_funs,pdb_ipm)
export("%>%")
export(":=")
export(.data)
export(as_label)
export(as_name)
export(enquo)
export(enquos)
export(expr)
export(pdb_altitude)
export(pdb_angio_gymon)
export(pdb_appendix_link)
export(pdb_authors)
export(pdb_citations)
export(pdb_class)
export(pdb_comments)
export(pdb_continent)
export(pdb_country)
export(pdb_dicot_monocot)
export(pdb_doi)
export(pdb_download)
export(pdb_duration)
export(pdb_ecoregion)
export(pdb_end_month)
export(pdb_end_year)
export(pdb_evict_type)
export(pdb_eviction_used)
export(pdb_family)
export(pdb_genus)
export(pdb_has_age)
export(pdb_has_time_lag)
export(pdb_journal)
export(pdb_kingdom)
export(pdb_lat)
export(pdb_load)
export(pdb_lon)
export(pdb_make_ipm)
export(pdb_make_proto_ipm)
export(pdb_new_fun_form)
export(pdb_number_populations)
export(pdb_order)
export(pdb_org_type)
export(pdb_periodicity)
export(pdb_phylum)
export(pdb_population_name)
export(pdb_pub_year)
export(pdb_report)
export(pdb_save)
export(pdb_species_accepted)
export(pdb_species_author)
export(pdb_start_month)
export(pdb_start_year)
export(pdb_studied_sex)
export(pdb_subset)
export(pdb_treatment)
export(sym)
export(syms)
importFrom(curl,has_internet)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_polygon)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,map_data)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ipmr,"kernel_formulae<-")
importFrom(ipmr,"parameters<-")
importFrom(ipmr,"vital_rate_exprs<-")
importFrom(ipmr,conv_plot)
importFrom(ipmr,define_domains)
importFrom(ipmr,define_env_state)
importFrom(ipmr,define_impl)
importFrom(ipmr,define_kernel)
importFrom(ipmr,define_pop_state)
importFrom(ipmr,domains)
importFrom(ipmr,init_ipm)
importFrom(ipmr,int_mesh)
importFrom(ipmr,is_conv_to_asymptotic)
importFrom(ipmr,kernel_formulae)
importFrom(ipmr,lambda)
importFrom(ipmr,left_ev)
importFrom(ipmr,make_ipm)
importFrom(ipmr,make_ipm_report_body)
importFrom(ipmr,make_iter_kernel)
importFrom(ipmr,mean_kernel)
importFrom(ipmr,parameters)
importFrom(ipmr,pop_state)
importFrom(ipmr,right_ev)
importFrom(ipmr,vital_rate_exprs)
importFrom(ipmr,vital_rate_funs)
importFrom(magrittr,"%>%")
importFrom(mvtnorm,dmvnorm)
importFrom(mvtnorm,rmvnorm)
importFrom(purrr,flatten)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,as_label)
importFrom(rlang,as_name)
importFrom(rlang,call2)
importFrom(rlang,call_args)
importFrom(rlang,call_name)
importFrom(rlang,caller_env)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,expr)
importFrom(rlang,parse_expr)
importFrom(rlang,quo_squash)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(rmarkdown,render)
importFrom(stats,complete.cases)
importFrom(stats,setNames)
importFrom(tools,file_ext)
importFrom(truncdist,rtrunc)
importFrom(utils,data)
importFrom(utils,getFromNamespace)
importFrom(utils,globalVariables)
importFrom(utils,read.table)
importFrom(utils,write.table)