-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
43 lines (42 loc) · 1.25 KB
/
Copy pathNAMESPACE
File metadata and controls
43 lines (42 loc) · 1.25 KB
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
# Generated by roxygen2: do not edit by hand
S3method(gganime_annotate,GeomPath)
S3method(gganime_annotate,GeomPoint)
S3method(gganime_annotate,GeomPolygon)
S3method(gganime_annotate,GeomRect)
S3method(gganime_annotate,GeomRibbon)
S3method(gganime_element_tracks,GeomPath)
S3method(gganime_element_tracks,GeomPoint)
S3method(gganime_element_tracks,GeomPolygon)
S3method(gganime_element_tracks,GeomRect)
S3method(gganime_element_tracks,GeomRibbon)
S3method(knitr::knit_print,gganime)
S3method(print,gganime)
export(animate)
export(anime)
export(ease_aes)
export(enter_fade)
export(enter_grow)
export(exit_fade)
export(exit_shrink)
export(gganimeOutput)
export(renderGganime)
export(shadow_mark)
export(shadow_null)
export(shadow_trail)
export(transition_reveal)
export(transition_states)
export(transition_time)
importFrom(gganimate,animate)
importFrom(gganimate,ease_aes)
importFrom(gganimate,enter_fade)
importFrom(gganimate,enter_grow)
importFrom(gganimate,exit_fade)
importFrom(gganimate,exit_shrink)
importFrom(gganimate,shadow_mark)
importFrom(gganimate,shadow_null)
importFrom(gganimate,shadow_trail)
importFrom(gganimate,transition_reveal)
importFrom(gganimate,transition_states)
importFrom(gganimate,transition_time)
importFrom(rlang,"%||%")
importFrom(utils,getS3method)