knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of ezEDA is to enable users to create visualizations using functions based on the data analysis task rather than on plotting mechanics. It hides the details of the individual 'ggplot2' function calls and allows the user to focus on the end goal. Useful for quick preliminary explorations. ezEDA provides functions for common exploration patterns. Some of the ideas in this package are motivated by Fox (2015, ISBN:1938377052).
You can install the released version of ezEDA from CRAN with:
install.packages("ezEDA")
This is a basic example which shows you how to solve a common problem:
library(ezEDA) ## basic example code category_tally(ggplot2::mpg, class)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.