diff --git a/README.Rmd b/README.Rmd index 97f3c6b..ab108a6 100644 --- a/README.Rmd +++ b/README.Rmd @@ -169,9 +169,9 @@ dataset2$data |> ## Show me more ```{r economics, fig.height=6, message = FALSE} -# using the built-in economics dataset in ggplot2 to create a vertical stacke of -# double axis plots using many of the customization features available with -# ggstackplot and ggplot2 +# using the built-in economics dataset in ggplot2 to create a vertical stack +# of double axis plots using many of the customization features available +# with ggstackplot and ggplot2 ggplot2::economics |> ggstackplot( # define shared x axis diff --git a/README.md b/README.md index c777f37..a75392f 100644 --- a/README.md +++ b/README.md @@ -198,9 +198,9 @@ dataset2$data |> ## Show me more ``` r -# using the built-in economics dataset in ggplot2 to create a vertical stacke of -# double axis plots using many of the customization features available with -# ggstackplot and ggplot2 +# using the built-in economics dataset in ggplot2 to create a vertical stack +# of double axis plots using many of the customization features available +# with ggstackplot and ggplot2 ggplot2::economics |> ggstackplot( # define shared x axis