-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
37 lines (36 loc) · 960 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
35
36
37
# Generated by roxygen2: do not edit by hand
S3method(as.list,detour)
export(dependence_tour)
export(detour)
export(displayScatter2dOutput)
export(displayScatter3dOutput)
export(frozen_guided_tour)
export(frozen_tour)
export(grand_tour)
export(guided_section_tour)
export(guided_tour)
export(is_detour)
export(little_tour)
export(local_tour)
export(planned_tour)
export(shinyRenderDisplayScatter2d)
export(shinyRenderDisplayScatter3d)
export(show_sage)
export(show_scatter)
export(show_slice)
export(tour_aes)
export(tour_path)
importFrom(rlang,`%||%`)
importFrom(tibble,new_tibble)
importFrom(tibble,tibble)
importFrom(tourr,dependence_tour)
importFrom(tourr,frozen_guided_tour)
importFrom(tourr,frozen_tour)
importFrom(tourr,grand_tour)
importFrom(tourr,guided_section_tour)
importFrom(tourr,guided_tour)
importFrom(tourr,little_tour)
importFrom(tourr,local_tour)
importFrom(tourr,planned_tour)
importFrom(utils,object.size)
importFrom(viridisLite,viridis)