-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
78 lines (77 loc) · 1.99 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
# Generated by roxygen2: do not edit by hand
S3method("$",insensitive)
S3method("[",insensitive)
S3method("[[",insensitive)
S3method(as.data.frame,demography_ctfs)
S3method(as.data.frame,tt_lst)
S3method(as_tibble,demography_ctfs)
S3method(as_tibble,tt_lst)
S3method(fgeo_topography,data.frame)
S3method(fgeo_topography,default)
S3method(fgeo_topography,list)
S3method(print,demography_ctfs)
S3method(print,tt_lst)
S3method(summary,tt_df)
S3method(summary,tt_lst)
export("%>%")
export(abundance)
export(abundance_byyr)
export(as_tibble)
export(assert_is_installed)
export(basal_area)
export(basal_area_byyr)
export(fgeo_habitat)
export(fgeo_topography)
export(growth_ctfs)
export(mortality_ctfs)
export(recruitment_ctfs)
export(tt_test)
importFrom(MASS,boxcox)
importFrom(dplyr,arrange)
importFrom(dplyr,count)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(fgeo.tool,assert_is_installed)
importFrom(fgeo.tool,check_crucial_names)
importFrom(fgeo.tool,is_duplicated)
importFrom(fgeo.tool,is_multiple)
importFrom(fgeo.tool,rename_matches)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(graphics,hist)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(magrittr,"%>%")
importFrom(rlang,"%||%")
importFrom(rlang,abort)
importFrom(rlang,eval_tidy)
importFrom(rlang,expr)
importFrom(rlang,expr_label)
importFrom(rlang,inform)
importFrom(rlang,set_names)
importFrom(rlang,warn)
importFrom(stats,dnorm)
importFrom(stats,median)
importFrom(stats,nls)
importFrom(stats,nls.control)
importFrom(stats,optim)
importFrom(stats,predict)
importFrom(stats,qbeta)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,resid)
importFrom(stats,rgamma)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)