-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
57 lines (56 loc) · 1.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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(agrilusExitHoleDensity)
export(bleedPrevalence)
export(calcDIs)
export(crownCondition)
export(crownProductionEfficiency)
export(crownSurfaceArea)
export(crownVolume)
export(descriptorContributions)
export(liveCrownRatio)
export(makeAnalysisTable)
export(map)
export(mds)
export(minMaxScale)
export(phenotypingTemplate)
export(preparePhenotypeData)
export(readPhenotypeSheet)
export(rf)
export(siteAdjustment)
export(siteAdjustmentFactors)
importFrom(dplyr,bind_rows)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,rename)
importFrom(dplyr,rename_all)
importFrom(dplyr,rename_at)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_all)
importFrom(dplyr,tbl_df)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(magrittr,"%>%")
importFrom(magrittr,set_names)
importFrom(purrr,map)
importFrom(purrr,map_dfc)
importFrom(randomForest,importance)
importFrom(randomForest,randomForest)
importFrom(readxl,read_excel)
importFrom(stats,cmdscale)
importFrom(stats,na.omit)
importFrom(stringr,coll)
importFrom(stringr,str_c)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(tibble,as_tibble)
importFrom(tibble,rowid_to_column)
importFrom(tidyr,gather)
importFrom(tidyr,spread)
importFrom(tidyselect,contains)