animint2
animint2 copied to clipboard
Animated interactive grammar of graphics
loss.small.rds and nb.rds stores subset of data from neuroblastoma. Storing the subset helps avoid loading entire neuroblastoma and improves test executing time Closes #80
R code coverage should be easy, using covr package. how to compute javascript code coverage?
currently ggplots appear one after another in the rendered HTML code, and the visual layout is determined interactively, by resizing/zooming the window. layout here means how to arrange the ggplots...
```r library(animint2) data(WorldBank) not.na
### Overview This PR aims to refactor the existing `draw_geom` function, turning some procedure and functional code into class methods. The changes improve the code scalability, particularly when we want...
This is vaguely related to issue #97. I'm trying to generate a very simple example for the basic usage section and decided to use a default dataset. I noticed that...
Currently, The computations of updating of axes/legends after changing the currently displayed data subset are done in the compiler but there are some limitations, so it will be good to...
## The Bug In Firefox (but not in Edge), there's a curious scrolling bug where some webpages with some animints scroll up by themselves. It's like the webpage is possessed...
fix #90 Deferred setting of the `selector_table` height to prevent unintended scrollbar behavior. Used `setTimeout` with a delay of 0 ms to place the height setting operation on the JavaScript...
In R Markdown, it's possible to use the `fig.alt` knitr code chunk option to add alt text to static data visualizations. Like this: ``` r {r, fig.alt = "A scatterplot...