-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
49 lines (48 loc) · 1.12 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
# Generated by roxygen2: do not edit by hand
S3method(fortify,default)
export(GeomLogo)
export(PositionClassic)
export(PositionLogo)
export(StatLogo)
export(calcInformation)
export(createPolygons)
export(determineOrder)
export(fortify)
export(geom_logo)
export(getOutline)
export(ggfortify)
export(identifyParts)
export(letterObject)
export(letterToPolygon)
export(logo)
export(mainPlusIslands)
export(position_classic)
export(position_logo)
export(simplifyPolygon)
export(splitSequence)
export(stat_logo)
import(ggplot2)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,mutate_at)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(grDevices,dev.off)
importFrom(grDevices,jpeg)
importFrom(grid,gpar)
importFrom(grid,grid.newpage)
importFrom(grid,grid.rect)
importFrom(grid,grid.text)
importFrom(grid,grobTree)
importFrom(jpeg,readJPEG)
importFrom(magrittr,"%>%")
importFrom(plyr,.)
importFrom(plyr,adply)
importFrom(plyr,ddply)
importFrom(plyr,llply)
importFrom(purrr,map_df)
importFrom(rlang,quo_is_null)
importFrom(stats,na.omit)
importFrom(tidyr,unnest)