forked from chguiterman/dfoliatR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
58 lines (57 loc) · 1.4 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
# Generated by roxygen2: do not edit by hand
S3method(plot,defol)
export(as.defol)
export(as.obr)
export(as_defol)
export(as_obr)
export(defol)
export(defol_stats)
export(defoliate_trees)
export(get_defol_events)
export(gsi)
export(id_defoliation)
export(is.defol)
export(is.obr)
export(obr)
export(outbreak)
export(outbreak_stats)
export(plot_defol)
export(plot_outbreak)
export(sample_depth)
export(series_names)
export(stack_defoliation)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n_distinct)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,summarize_at)
importFrom(forcats,fct_count)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,expansion)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,unit)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map2_dbl)
importFrom(purrr,map_dbl)
importFrom(purrr,map_int)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,quos)
importFrom(tidyr,nest)