We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://cedricscherer.netlify.app/2019/08/05/a-ggplot2-tutorial-for-beautiful-plotting-in-r/
Copied from the blog post for convenience:
{ggplot2}
{tidyverse}
{dplyr}
{tibble}
{tidyr}
{forcats}
{colorspace}
{corrr}
{cowplot}
{ggdark}
{ggforce}
{ggrepel}
{ggridges}
{ggsci}
{ggtext}
{ggthemes}
{grid}
{gridExtra}
{patchwork}
{rcartocolor}
{scico}
{showtext}
{shiny}
{charter}
{echarts4r}
{ggiraph}
{highcharter}
{plotly}
## install CRAN packages install.packages(c("tidyverse", "colorspace", "corrr", "cowplot", "ggdark", "ggforce", "ggrepel", "ggridges", "ggsci", "ggtext", "ggthemes", "grid", "gridExtra", "patchwork", "rcartocolor", "scico", "showtext", "shiny", "plotly", "highcharter", "echarts4r")) ## install from GitHub since not on CRAN devtools::install_github("JohnCoene/charter")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://cedricscherer.netlify.app/2019/08/05/a-ggplot2-tutorial-for-beautiful-plotting-in-r/
Copied from the blog post for convenience:
Preparation {#prep}
{ggplot2}
, part of the{tidyverse}
package collection{tidyverse}
package collection, namely{dplyr}
for data wrangling{tibble}
for modern data frames{tidyr}
for data cleaning{forcats}
for handling factors{colorspace}
for manipulating colors{corrr}
for calculating correlation matrices{cowplot}
for composing ggplots{ggdark}
for themes and inverting colors{ggforce}
for sina plots and other cool stuff{ggrepel}
for nice text labeling{ggridges}
for ridge plots{ggsci}
for nice color palettes{ggtext}
for advanced text rendering{ggthemes}
for additional themes{grid}
for creating graphical objects{gridExtra}
for additional functions for "grid" graphics{patchwork}
for multi-panel plots{rcartocolor}
for great color palettes{scico}
for perceptional uniform palettes{showtext}
for custom fonts{shiny}
for interactive apps{charter}
{echarts4r}
{ggiraph}
{highcharter}
{plotly}
The text was updated successfully, but these errors were encountered: