-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
108 lines (107 loc) · 2.46 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
# Generated by roxygen2: do not edit by hand
S3method(climatic,ipm)
S3method(climatic,mu_gr)
S3method(climatic,species)
S3method(correction,forest)
S3method(correction,ipm)
S3method(correction,mu_gr)
S3method(correction,species)
S3method(delay,dgCMatrix)
S3method(delay,dsCMatrix)
S3method(delay,dtCMatrix)
S3method(delay,forest)
S3method(delay,ipm)
S3method(delay,numeric)
S3method(delay,species)
S3method(get_maxdbh,fit_sgr)
S3method(get_step_IPM,ipm)
S3method(get_step_IPM,mu_gr)
S3method(sim_deter_forest,forest)
S3method(sim_deter_forest,species)
S3method(sp_name,deter_sim)
S3method(sp_name,ipm)
S3method(sp_name,mu_gr)
S3method(sp_name,species)
S3method(sp_rec,ipm)
S3method(sp_rec,mu_gr)
S3method(sp_rec,species)
S3method(summary,ipm)
S3method(summary,mu_gr)
S3method(summary,species)
S3method(tree_format,default)
S3method(tree_format,deter_sim)
export(Even_harv)
export(QMD)
export(Uneven_harv)
export(climatic)
export(correction)
export(def_disturb)
export(def_harv)
export(def_init)
export(def_initBA)
export(def_init_even)
export(def_init_k)
export(delay)
export(disturb_fun)
export(disturb_fun_mixt)
export(fit_sgr)
export(forest)
export(getRangemu)
export(get_maxdbh)
export(get_step_IPM)
export(make_IPM)
export(make_mu_gr)
export(new_fit_sgr)
export(new_forest)
export(new_mu_gr)
export(new_species)
export(old_fit2fit)
export(old_ipm2forest)
export(old_ipm2species)
export(sim_deter_forest)
export(sim_rdikg)
export(sp_name)
export(sp_rec)
export(species)
export(tree_format)
import(Matrix)
import(checkmate)
import(cli)
import(here)
import(purrr)
importFrom(Matrix,Matrix)
importFrom(dplyr,between)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_modify)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(purrr,flatten_dbl)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,reduce)
importFrom(rlang,.data)
importFrom(rlang,call2)
importFrom(rlang,ensym)
importFrom(rlang,env_unbind)
importFrom(rlang,expr)
importFrom(statmod,gauss.quad)
importFrom(stats,dnorm)
importFrom(stats,optim)
importFrom(stats,optimize)
importFrom(stats,plogis)
importFrom(stats,rbinom)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,replace_na)