From f6f5dc00708323788472d14e93096c021836b527 Mon Sep 17 00:00:00 2001 From: Sebastian Kopf Date: Wed, 15 Jan 2025 16:32:33 +0100 Subject: [PATCH] fix line length in readme --- README.Rmd | 6 +++--- README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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