README.md

ludisviz Package

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.

Installation

Latest stable version:

devtools::install_github("ludisanalytics/ludisviz")
install.packages("devtools")


ludisanalytics/ludisviz documentation built on Jan. 30, 2021, 12:46 a.m.