Description Usage Arguments Value See Also Examples
Animate a tour path directly with TourExperiment
1 2 | sneezy_tour(.data, basis = 1, row_subset = NULL, apf = 1/10,
frames = 100, height = 400, width = 400, ...)
|
.data |
A TourExperiment object |
basis |
The name or position of a basisSet in |
row_subset |
The number of rows to subset the view on, the default which is NULL will select all rows. |
apf |
angles per frame (defaults to 1/30) |
frames |
number of frames in animation (defaults to 300) |
height, width |
the size of the animation in pixels |
... |
other control options passed to |
A gganimate::gif_file that can be embedded in an Rmd or R console viwer pane.
tourr::animate_xy()
, tourr::display_xy()
1 2 3 4 5 | multi_te <- TourExperiment(multi, X1:X10)
multi_te <- generate_bases(multi_te, .on = "view")
multi_te <- estimate_neighbors(multi_te, 10, .on = "view")
sneezy_neighbors(multi_te)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.