Typically called by render_plotly()
or render_gganimate()
. Takes the
result of array2df()
, and renders them into a ggplot2 object.
render_(slides, manip_col = "blue", col = "black", pch = 20,
axes = "center")
The result of array2df()
, a long df of the projected frames.
String of the color to highlight the manip_var
.
Defaults to "blue".
Color of the projected points. Defaults to "black".
Point character of the projected points. Defaults to 20.
Position of the axes: "center", "bottomleft" or "off". Defaults to "center".
A ggplot2 object ready to be called by render_plotly()
or
render_gganimate()
.