-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
137 lines (136 loc) · 3.28 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
# Generated by roxygen2: do not edit by hand
export("%<>%")
export("%>%")
export(AlKashi)
export(add_pos_0_on_Leaflet)
export(coef_sample)
export(compute_MAP)
export(compute_archi)
export(curvature)
export(curvature_error)
export(design_plot)
export(deviation_A)
export(distance_2D)
export(extract_form_area)
export(extract_form_dev)
export(extract_params)
export(extract_progeny)
export(extract_section_area)
export(extract_sheets)
export(extract_trees)
export(find_angle)
export(format_ops)
export(format_progeny)
export(format_tree)
export(import_data)
export(init_list)
export(leaf_curvature)
export(leaflet_axial_angle)
export(leaflet_length)
export(leaflet_max_width)
export(leaflet_position)
export(leaflet_radial_angle)
export(leaflet_shape_nls)
export(make_opf)
export(make_opf_all)
export(make_ops_all)
export(make_scene)
export(mod_A_declination)
export(mod_A_deviation)
export(mod_B_position)
export(mod_C_declination)
export(mod_all)
export(mod_leaf_curvature)
export(mod_leaflet_axial_angle)
export(mod_leaflet_length)
export(mod_leaflet_length_B)
export(mod_leaflet_position)
export(mod_leaflet_radial_angle)
export(mod_leaflet_shape)
export(mod_leaflet_type_freq)
export(mod_leaflet_width)
export(mod_leaflet_width_B)
export(mod_nb_leaflet)
export(mod_petiole_height)
export(mod_petiole_ratio)
export(mod_petiole_width_C)
export(mod_rachis_length)
export(mod_stem_diameter)
export(mod_stem_height)
export(object_lenght)
export(object_tans)
export(optim_Leaf_Curv_Infl)
export(plot_A_declination)
export(plot_A_deviation)
export(plot_B_position)
export(plot_C_declination)
export(plot_all)
export(plot_leaf_curvature)
export(plot_leaflet_axial_angle)
export(plot_leaflet_length)
export(plot_leaflet_length_B)
export(plot_leaflet_position)
export(plot_leaflet_radial_angle)
export(plot_leaflet_shape)
export(plot_leaflet_type_freq)
export(plot_leaflet_width)
export(plot_leaflet_width_B)
export(plot_nb_leaflet)
export(plot_petiole_height)
export(plot_petiole_ratio)
export(plot_petiole_width_C)
export(plot_rachis_length)
export(plot_stem_diameter)
export(plot_stem_height)
export(pmean)
export(position_on_leaflet)
export(pull_lme)
export(pull_nlme)
export(pull_others)
export(section_height)
export(shape_beta)
export(sigmoid)
export(stem_height)
export(test_Area)
export(test_development)
export(test_pos_on_leaflet)
export(test_pos_on_leaflet_all)
export(up_progress)
export(write_models)
export(write_ops)
export(write_progeny)
export(write_tree)
importFrom(data.table,fread)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,do)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,lag)
importFrom(dplyr,lead)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(nlme,VarCorr)
importFrom(rlang,.data)
importFrom(stats,loess)
importFrom(stats,nls)
importFrom(stats,optim)
importFrom(stats,smooth.spline)
importFrom(tidyr,unnest)