-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
43 lines (42 loc) · 1.09 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
# Generated by roxygen2: do not edit by hand
S3method(autoplot,elev)
S3method(autoplot,fgeo_habitat)
S3method(autoplot,sp)
S3method(autoplot,sp_elev)
S3method(autoplot_by_species,sp)
S3method(autoplot_by_species,sp_elev)
S3method(print,sp_elev)
export("%>%")
export(assert_is_installed)
export(autoplot)
export(autoplot_by_species)
export(elev)
export(header_dbh_bubbles)
export(header_tag_status)
export(plot_dbh_bubbles_by_quadrat)
export(plot_tag_status_by_subquadrat)
export(sp)
export(sp_elev)
export(suffix_match)
export(theme_dbh_bubbles)
export(theme_default)
export(theme_tag_status)
import(ggplot2)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(fgeo.tool,assert_is_installed)
importFrom(fgeo.tool,check_crucial_names)
importFrom(fgeo.tool,flag_if)
importFrom(fgeo.tool,is_multiple)
importFrom(ggrepel,geom_text_repel)
importFrom(glue,glue)
importFrom(magrittr,"%>%")
importFrom(rlang,abort)
importFrom(rlang,enquo)
importFrom(rlang,inform)
importFrom(rlang,warn)
importFrom(stats,setNames)
importFrom(utils,head)
importFrom(utils,tail)