-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
44 lines (43 loc) · 1.1 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
# Generated by roxygen2: do not edit by hand
export(biometryPlot)
export(biometryStat)
export(computeFlowering)
export(diversityCommunity)
export(herbivory)
export(launch_famexplorer)
export(neighborAbundance_stats)
export(neighborSpecies_stats)
export(plotCommunity)
export(plotFlowering)
export(preparePopup)
export(readAllsheets)
export(summarizeSoil)
export(ternaryPlot)
export(vecindadPlot)
import(dplyr)
import(ggplot2)
import(ggtern)
import(purrr)
import(sf)
import(tidyr)
importFrom(ggdist,stat_halfeye)
importFrom(gghalves,geom_half_point)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(readODS,list_ods_sheets)
importFrom(readODS,read_ods)
importFrom(readr,locale)
importFrom(readxl,excel_sheets)
importFrom(readxl,read_excel)
importFrom(shiny,shinyApp)
importFrom(stats,na.omit)
importFrom(stats,sd)