Skip to content

Commit

Permalink
render README
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhoffa committed Jan 23, 2024
1 parent d8f36d7 commit bd88591
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -70,9 +69,8 @@ qplot_trajectory(data)

<img src="man/figures/README-unnamed-chunk-2-1.png" width="100%" style="display: block; margin: auto auto auto 0;" />

- 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 %>%
Expand Down
Binary file modified man/figures/README-unnamed-chunk-2-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-unnamed-chunk-3-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bd88591

Please sign in to comment.