-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
34 lines (33 loc) · 877 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export()
export(rail_pal)
export(scale_color_rail)
export(scale_colour_rail)
export(scale_fill_rail)
export(theme_pm)
import(assertthat)
import(colorspace)
import(ggplot2)
import(stats)
import(utils)
importFrom(ggplot2,discrete_scale)
importFrom(ggplot2,scale_color_gradientn)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(ggplot2,scale_fill_manual)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(grid,gList)
importFrom(grid,gTree)
importFrom(grid,gpar)
importFrom(grid,grobName)
importFrom(grid,grobTree)
importFrom(grid,segmentsGrob)
importFrom(methods,as)
importFrom(methods,hasArg)
importFrom(scales,div_gradient_pal)
importFrom(scales,manual_pal)
importFrom(scales,seq_gradient_pal)