Other packages > Find by keyword >

animint2  

Animated Interactive Grammar of Graphics
View on CRAN: Click here


Download and install animint2 package within the R console
Install from CRAN:
install.packages("animint2")

Install from Github:
library("remotes")
install_github("cran/animint2")

Install by package version:
library("remotes")
install_version("animint2", "2024.1.24")



Attach the package and use:
library("animint2")
Maintained by
Toby Hocking
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2019-07-18
Latest Update: 2024-01-24
Description:
Functions are provided for defining animated, interactive data visualizations in R code, and rendering on a web page. The 2018 Journal of Computational and Graphical Statistics paper, describes the concepts implemented.
How to cite:
Toby Hocking (2019). animint2: Animated Interactive Grammar of Graphics. R package version 2024.1.24, https://cran.r-project.org/web/packages/animint2
Previous versions and publish date:
2019.7.3 (2019-07-18 08:36), 2020.9.18 (2020-10-20 22:00), 2022.1.25 (2022-01-26 19:22), 2022.9.14 (2022-09-16 01:06), 2023.3.14 (2023-03-14 20:00), 2023.6.11 (2023-06-14 22:22), 2023.11.21 (2023-11-22 00:10)
Other packages that cited animint2 R package
View animint2 citation profile
Other R packages that animint2 depends, imports, suggests or enhances
Functions, R codes and Examples using the animint2 R package
Some associated functions: FluView . UStornadoes . WorldBank . absoluteGrob . addSSandCSasAesthetics . addShowSelectedForLegend . add_theme . aes . aes_ . aes_all . aes_auto . aes_colour_fill_alpha . aes_linetype_size_shape . aes_position . animint . animint2-gganimintproto . animint2dir . animint2gist . animint2pages . animintOutput . annotate . annotation_custom . annotation_logticks . annotation_map . annotation_raster . as.list.gganimintproto . as_labeller . autoplot . benchplot . borders . breakpoints . calc_element . checkAnimationTimeVar . checkExtraParams . checkForSSandCSasAesthetics . checkPlotForAnimintExtensions . checkPlotList . checkSingleShowSelectedValue . colsNotToCopy . continuous_scale . coord_cartesian . coord_fixed . coord_flip . coord_map . coord_munch . coord_polar . coord_trans . cut_interval . diamonds . discrete_scale . draw_key . economics . element_blank . element_grob . element_line . element_rect . element_text . expand_limits . facet . facet_grid . facet_null . facet_wrap . faithfuld . format.gganimintproto . fortify.lm . fortify.map . fortify . fortify.sp . g_train_layout . generation.loci . geom_abline . geom_bar . geom_bin2d . geom_blank . geom_contour . geom_count . geom_density . geom_density_2d . geom_dotplot . geom_errorbarh . geom_hex . geom_histogram . geom_jitter . geom_linerange . geom_map . geom_path . geom_point . geom_polygon . geom_ribbon . geom_rug . geom_segment . geom_smooth . geom_spoke . geom_tallrect . geom_text . geom_tile . geom_violin . geom_widerect . getCommonChunk . getLayerName . getLayerParams . getLegend . getLegendList . getTextSize . getUniqueAxisLabels . gg-add . gg_dep . gganimintproto . ggplot . ggplotGrob . ggplot_build . ggplot_gtable . ggsave . ggtheme . graphical-units . guide_colourbar . guide_legend . guides . hmisc . intreg . is.Coord . is.facet . is.gganimintproto . is.ggplot . is.rel . is.rgb . is.theme . issueSelectorWarnings . knit_print.animint . label_bquote . labeller . labellers . labs . last_plot . layer . limits . lims . luv_colours . make_bar . make_tallrect . make_tallrect_or_widerect . make_text . make_widerect . map_data . margin . mean_se . merge_recurse . midwest . mpg . msleep . newEnvironment . parsePlot . position_dodge . position_identity . position_jitter . position_jitterdodge . position_nudge . position_stack . presidential . print.animint . print.gganimintplot . print.gganimintproto . pt.to.lines . qplot . reexports . rel . remove_missing . renderAnimint . resolution . saveChunks . scale_alpha . scale_brewer . scale_continuous . scale_date . scale_discrete . scale_gradient . scale_grey . scale_hue . scale_identity . scale_linetype . scale_manual . scale_shape . scale_size . scale_size_animint . seals . selectSSandCS . setPlotSizes . should_stop . split.x . split_recursive . stat_ecdf . stat_ellipse . stat_function . stat_identity . stat_qq . stat_summary . stat_summary_2d . stat_unique . summary.gganimintplot . switch_axes . theme . theme_animint . theme_update . toRGB . train_position . transform_position . transform_shape . translate_qplot_ggplot . translate_qplot_lattice . txhousing . update_defaults . update_gallery . update_labels . varied.chunk . waiver . worldPop . zeroGrob . 
Some associated R codes: bin.R . coord-quickmap.R . data.R . geom-label.R . hexbin.R . margins.R . position-jitterdodge.R . position-nudge.R . scale-type.R . stat-ellipse.R . stat-summary-bin.R . z_animint.R . z_animintHelpers.R . z_facets.R . z_geoms.R . z_gist.R . z_helperFunctions.R . z_knitr.R . z_pages.R . z_print.R . z_scales.R . z_theme_animint.R . z_transformShape.R .  Full animint2 package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

steepness  
Testing Steepness of Dominance Hierarchies
The steepness package computes steepness as a property of dominance hierarchies. Steepness is define ...
Download / Learn more Package Citations See dependency  
mistral  
Methods in Structural Reliability
Various reliability analysis methods for rare event inference (computing failure probability and qua ...
Download / Learn more Package Citations See dependency  
rdbnomics  
Download DBnomics Data
R access to hundreds of millions data series from DBnomics API (). ...
Download / Learn more Package Citations See dependency  
ftaproxim  
Fault Tree Analysis Based on Proxel Simulation
Calculation and plotting of instantaneous unavailabilities of basic events along with the top event ...
Download / Learn more Package Citations See dependency  
critpath  
Setting the Critical Path in Project Management
Solving the problem of project management using CPM (Critical Path Method), PERT (Program Evaluation ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

22,114

R Packages

188,080

Dependencies

55,244

Author Associations

22,115

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns