diff --git a/README.md b/README.md index 8bf226ea..a01b9eb5 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,7 @@ library(r2dii.plot) ### Plot trajectory chart -- Use `qplot_*()` to quickly get a plot with standard titles and - labels. +- Use `qplot_*()` to quickly get a plot with standard titles and labels. ``` r # `data` must meet documented "Requirements" @@ -70,9 +69,8 @@ qplot_trajectory(data) -- Use `plot_*()` for a more “bare” plot that you can customize - yourself by modifying the input data and applying `ggplot2` - functions. +- Use `plot_*()` for a more “bare” plot that you can customize yourself + by modifying the input data and applying `ggplot2` functions. ``` r data <- market_share %>% diff --git a/man/figures/README-unnamed-chunk-2-1.png b/man/figures/README-unnamed-chunk-2-1.png index 954ea8b7..60c0e533 100644 Binary files a/man/figures/README-unnamed-chunk-2-1.png and b/man/figures/README-unnamed-chunk-2-1.png differ diff --git a/man/figures/README-unnamed-chunk-3-1.png b/man/figures/README-unnamed-chunk-3-1.png index 17b82063..a623a697 100644 Binary files a/man/figures/README-unnamed-chunk-3-1.png and b/man/figures/README-unnamed-chunk-3-1.png differ