From 9cec229530417ab9e04ec995c34f27b2d46b0519 Mon Sep 17 00:00:00 2001 From: edzer Date: Fri, 26 Jan 2024 09:17:27 +0100 Subject: [PATCH] fix --- README.Rmd | 3 +-- README.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.Rmd b/README.Rmd index 7a9ffa7b..642106d8 100644 --- a/README.Rmd +++ b/README.Rmd @@ -201,8 +201,7 @@ a.cb |> ggplot(aes(x_major = long, x_minor = tm, y_major = lat, y_minor = precip)) + geom_sf(data = nc, inherit.aes = FALSE) + geom_glyph_box(width = 0.3, height = 0.1) + - geom_glyph(width = 0.3, height = 0.1) |> - suppressWarnings() + geom_glyph(width = 0.3, height = 0.1) ``` ## Other packages for data cubes diff --git a/README.md b/README.md index 2be119a1..1d5cc697 100644 --- a/README.md +++ b/README.md @@ -204,8 +204,7 @@ a.cb |> ggplot(aes(x_major = long, x_minor = tm, y_major = lat, y_minor = precip)) + geom_sf(data = nc, inherit.aes = FALSE) + geom_glyph_box(width = 0.3, height = 0.1) + - geom_glyph(width = 0.3, height = 0.1) |> - suppressWarnings() + geom_glyph(width = 0.3, height = 0.1) # Warning: There were 84 warnings in `dplyr::mutate()`. # The first warning was: # ℹ In argument: `y = .data$y_major + rescale11(.data$y_minor) * .data$height/2`.