ludisviz is an R package that enables users to create basic data visualizations of match-level and season-level stats, developed for use on the Ludis Analytics platform.
The package provides two types of functions: 1) Functions that manipulate dataframes of stats to format them for data visualization (see format_data.R). 2) Functions that create ggplot object visualizations using the formatted data frames (see visualize_data.R). These visualizations are optimized to be viewed using the plotly::ggplotly() function, which converts them to interactive plotly objects.
Latest stable version:
devtools::install_github("ludisanalytics/ludisviz")
install.packages("devtools")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.