forked from haleyjeppson/ggmosaic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
44 lines (43 loc) · 1.04 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
S3method(scale_type,productlist)
S3method(to_basic,GeomMosaic)
export(GeomMosaic)
export(GeomMosaicJitter)
export(GeomMosaicText)
export(ScaleContinuousProduct)
export(StatMosaic)
export(StatMosaicJitter)
export(StatMosaicText)
export(ddecker)
export(geom_mosaic)
export(geom_mosaic_jitter)
export(geom_mosaic_text)
export(ggmosaic_app)
export(hbar)
export(hspine)
export(mosaic)
export(prodcalc)
export(product)
export(scale_x_productlist)
export(scale_y_productlist)
export(spine)
export(stat_mosaic)
export(stat_mosaic_jitter)
export(stat_mosaic_text)
export(theme_mosaic)
export(vbar)
export(vspine)
import(ggplot2)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(ggplot2,scale_type)
importFrom(ggrepel,GeomLabelRepel)
importFrom(ggrepel,GeomTextRepel)
importFrom(grid,grobTree)
importFrom(plotly,to_basic)
importFrom(productplots,scale_x_product)
importFrom(productplots,scale_y_product)
importFrom(scales,alpha)
importFrom(tidyr,nest)
importFrom(tidyr,unnest)
importFrom(utils,getFromNamespace)