mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
Deploying to gh-pages from @ agdamsbo/FreesearchR@0d4f51f176 🚀
This commit is contained in:
parent
95a68dfc1a
commit
03b54b0d15
327 changed files with 767 additions and 941 deletions
|
|
@ -21,10 +21,15 @@ data.frame(
|
|||
C = sample(c(TRUE, FALSE, FALSE, FALSE), 50, TRUE),
|
||||
D = sample(c(TRUE, FALSE, FALSE, FALSE), 50, TRUE)
|
||||
) |> plot_euler_single()
|
||||
#> Scale for fill is already present.
|
||||
#> Adding another scale for fill, which will replace the existing scale.
|
||||
|
||||
#> Error in dplyr::mutate(data$centers, label = purrr::map2(labels, quantities, ~{ if (!is.na(.x) && !is.na(.y) && show_labels) { paste0(.x, "\n", sprintf(.y, fmt = "%.4g")) } else if (!is.na(.x) && show_labels) { .x } else if (!is.na(.y)) { .y } else { "" } })): ℹ In argument: `label = purrr::map2(...)`.
|
||||
#> Caused by error in `purrr::map2()`:
|
||||
#> ℹ In index: 1.
|
||||
#> Caused by error in `sprintf()`:
|
||||
#> ! invalid format '%.4g'; use format %s for character objects
|
||||
mtcars[c("vs", "am")] |> plot_euler_single("magma")
|
||||
#> Scale for fill is already present.
|
||||
#> Adding another scale for fill, which will replace the existing scale.
|
||||
#> Error in dplyr::mutate(data$centers, label = purrr::map2(labels, quantities, ~{ if (!is.na(.x) && !is.na(.y) && show_labels) { paste0(.x, "\n", sprintf(.y, fmt = "%.4g")) } else if (!is.na(.x) && show_labels) { .x } else if (!is.na(.y)) { .y } else { "" } })): ℹ In argument: `label = purrr::map2(...)`.
|
||||
#> Caused by error in `purrr::map2()`:
|
||||
#> ℹ In index: 1.
|
||||
#> Caused by error in `sprintf()`:
|
||||
#> ! invalid format '%.4g'; use format %s for character objects
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue