-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
95 lines (94 loc) · 2.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# Generated by roxygen2: do not edit by hand
export(addAxis)
export(addFrame)
export(addGrid)
export(arrows2)
export(biBoxplot)
export(blendColors)
export(box2)
export(boxplot2)
export(circles)
export(col2Hex)
export(colorScale)
export(compassRose)
export(compassRoseCardinal)
export(contrastColors)
export(darken)
export(donut)
export(ellipse)
export(encircle)
export(envelop)
export(frameIt)
export(ganttChart)
export(getAngle2d)
export(gpuPalette)
export(gpuPalettes)
export(homothety)
export(howManyRC)
export(image2)
export(interactiveLayout)
export(lighten)
export(pchImage)
export(percX)
export(percY)
export(pickColors)
export(plot0)
export(plotAreaColor)
export(plotImage)
export(plotMeans)
export(plotOnSide)
export(pointsInPolygon)
export(polarPlot)
export(prettyRange)
export(ramp)
export(rhombi)
export(rotation)
export(shadowText)
export(showPalette)
export(stackedAreas)
export(textBox)
export(toFig)
export(toUser)
export(translation)
export(vecfield2d)
import(Rcpp)
importFrom(Rcpp,evalCpp)
importFrom(grDevices,as.graphicsAnnot)
importFrom(grDevices,as.raster)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,palette)
importFrom(grDevices,rgb)
importFrom(grDevices,xy.coords)
importFrom(graphics,abline)
importFrom(graphics,axTicks)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,grid)
importFrom(graphics,image)
importFrom(graphics,layout)
importFrom(graphics,layout.show)
importFrom(graphics,lines)
importFrom(graphics,lines.default)
importFrom(graphics,locator)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.default)
importFrom(graphics,plot.new)
importFrom(graphics,plot.window)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rasterImage)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,strheight)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(graphics,text.default)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,runif)
useDynLib(graphicsutils)