-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
50 lines (49 loc) · 1.14 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
# Generated by roxygen2: do not edit by hand
S3method(plot,clcolor)
S3method(plot,clcolors)
S3method(plot,clpalette)
S3method(plot,clpalettes)
S3method(plot,clpattern)
S3method(plot,clpatterns)
S3method(print,clcolor)
S3method(print,clcolors)
S3method(print,cllover)
S3method(print,cllovers)
S3method(print,clpalette)
S3method(print,clpalettes)
S3method(print,clpattern)
S3method(print,clpatterns)
S3method(print,clstats)
export(clcolor)
export(clcolors)
export(cllover)
export(cllovers)
export(clpalette)
export(clpalettes)
export(clpattern)
export(clpatterns)
export(clpie)
export(clpng)
export(clquery)
export(clstats)
export(swatch)
importFrom(XML,NOCDATA)
importFrom(XML,htmlTreeParse)
importFrom(XML,xmlAttrs)
importFrom(XML,xmlChildren)
importFrom(XML,xmlParse)
importFrom(XML,xmlToList)
importFrom(XML,xmlValue)
importFrom(XML,xpathApply)
importFrom(graphics,axis)
importFrom(graphics,par)
importFrom(graphics,pie)
importFrom(graphics,plot)
importFrom(graphics,rasterImage)
importFrom(httr,GET)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(png,readPNG)
importFrom(utils,download.file)