Create an arena with a given ratio of places highlighted
Usage
rv_create_arena(
ratio,
title = NULL,
subtitle = NULL,
caption = NULL,
bg = "white",
quality = "low",
ggplot = FALSE
)
Examples
rv_create_arena(ratio = 0.9)
#> # A tibble: 1 × 7
#> format width height colorspace matte filesize density
#> <chr> <int> <int> <chr> <lgl> <int> <chr>
#> 1 PNG 1024 518 sRGB TRUE 0 96x96
rv_create_arena(ratio = 0.1)
#> # A tibble: 1 × 7
#> format width height colorspace matte filesize density
#> <chr> <int> <int> <chr> <lgl> <int> <chr>
#> 1 PNG 1024 518 sRGB TRUE 0 96x96