-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
105 lines (81 loc) · 2.55 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
96
97
98
99
100
101
102
103
104
105
import("grid")
import("polyclip")
importFrom("grDevices", "dev.cur", "dev.set", "pdf")
export("xyListPath",
"xyListPolygon",
"xyListLine",
"xyListToPath",
"xyListToPolygon",
"xyListToLine",
"xyListFromGrob",
"polyclip",
"trim",
"polylineoffset",
"polyoffset",
"polyminkowski",
"grid.polyclip",
"grid.reduce",
"grid.trim",
"grid.polyoffset",
"grid.polylineoffset",
"grid.minkowski",
"polyclipGrob",
"polylineoffsetGrob",
"polyoffsetGrob",
"minkowskiGrob",
"reduceGrob",
"trimGrob")
S3method("trim", "default")
S3method("trim", "character")
S3method("trim", "GridGrobCoords")
S3method("trim", "GridGTreeCoords")
S3method("trim", "grob")
S3method("trim", "gPath")
S3method("makeContent", "polyclipgrob")
S3method("makeContent", "reducegrob")
S3method("makeContent", "trimgrob")
S3method("makeContent", "polylineoffsetGrob")
S3method("makeContent", "polyoffsetGrob")
S3method("makeContent", "minkowskiGrob")
S3method("polyclip", "character")
S3method("polyclip", "default")
S3method("polyclip", "gList")
S3method("polyclip", "gPath")
S3method("polyclip", "grob")
S3method("polylineoffset", "grob")
S3method("polylineoffset", "list")
S3method("polylineoffset", "gPath")
S3method("polylineoffset", "gList")
S3method("polylineoffset", "character")
S3method("polyoffset", "grob")
S3method("polyoffset", "list")
S3method("polyoffset", "gPath")
S3method("polyoffset", "gList")
S3method("polyoffset", "character")
S3method("polyminkowski", "default")
S3method("polyminkowski", "grob")
S3method("polyminkowski", "gPath")
S3method("polyminkowski", "gList")
S3method("polyminkowski", "character")
S3method("grid.polyclip", "character")
S3method("grid.polyclip", "default")
S3method("grid.polyclip", "gPath")
S3method("grid.trim", "character")
S3method("grid.trim", "default")
S3method("grid.trim", "gPath")
S3method("grid.polyoffset", "grob")
S3method("grid.polyoffset", "gList")
S3method("grid.polyoffset", "gPath")
S3method("grid.polyoffset", "character")
S3method("grid.polylineoffset", "grob")
S3method("grid.polylineoffset", "gList")
S3method("grid.polylineoffset", "gPath")
S3method("grid.polylineoffset", "character")
S3method("grid.minkowski", "default")
S3method("grid.minkowski", "gPath")
S3method("grid.minkowski", "character")
S3method("xyListFromCoords", "GridGrobCoords")
S3method("xyListFromCoords", "GridGTreeCoords")
S3method("grid.reduce", "grob")
S3method("grid.reduce", "gPath")
S3method("grid.reduce", "character")