-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
46 lines (45 loc) · 1.22 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
# Generated by roxygen2: do not edit by hand
S3method("names<-",l_tour)
S3method("names<-",l_tour_compound)
S3method(l_cget,l_tour)
S3method(l_cget,l_tour_compound)
S3method(l_configure,l_tour)
S3method(l_configure,l_tour_compound)
S3method(l_getPlots,l_compound)
S3method(l_getPlots,l_tour)
S3method(l_getPlots,l_tour_compound)
S3method(l_getProjection,l_compound)
S3method(l_getProjection,l_hist)
S3method(l_getProjection,l_plot)
S3method(l_getProjection,l_serialaxes)
S3method(l_getProjection,l_tour)
S3method(l_getProjection,l_tour_compound)
S3method(l_layer_callback,default)
S3method(l_layer_callback,density2d)
S3method(l_layer_callback,guides)
S3method(l_layer_callback,hull)
S3method(l_layer_callback,trails)
S3method(loon2ggplot,l_tour)
S3method(loonGrob,l_tour)
S3method(loonGrob,l_tour_compound)
S3method(names,l_tour)
S3method(names,l_tour_compound)
S3method(print,l_tour)
S3method(print,l_tour_compound)
export(l_getProjection)
export(l_layer_callback)
export(l_layer_density2d)
export(l_layer_hull)
export(l_layer_trails)
export(l_tour)
export(l_tour_pairs)
import(MASS)
import(loon)
import(loon.ggplot)
import(methods)
import(stats)
import(tcltk)
import(tourr)
import(utils)
importFrom(grDevices,chull)
importFrom(tibble,tibble)