diff --git a/apple-touch-icon-120x120.png b/apple-touch-icon-120x120.png index 2446ac2..85cbade 100644 Binary files a/apple-touch-icon-120x120.png and b/apple-touch-icon-120x120.png differ diff --git a/apple-touch-icon-152x152.png b/apple-touch-icon-152x152.png index 757b978..7339557 100644 Binary files a/apple-touch-icon-152x152.png and b/apple-touch-icon-152x152.png differ diff --git a/apple-touch-icon-180x180.png b/apple-touch-icon-180x180.png index ca05050..7529ad5 100644 Binary files a/apple-touch-icon-180x180.png and b/apple-touch-icon-180x180.png differ diff --git a/apple-touch-icon-60x60.png b/apple-touch-icon-60x60.png index f3d7240..4489b71 100644 Binary files a/apple-touch-icon-60x60.png and b/apple-touch-icon-60x60.png differ diff --git a/apple-touch-icon-76x76.png b/apple-touch-icon-76x76.png index f415dca..0e315c2 100644 Binary files a/apple-touch-icon-76x76.png and b/apple-touch-icon-76x76.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png index 3810446..3e5fa4e 100644 Binary files a/apple-touch-icon.png and b/apple-touch-icon.png differ diff --git a/favicon-16x16.png b/favicon-16x16.png index ab3ed29..e2907e5 100644 Binary files a/favicon-16x16.png and b/favicon-16x16.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png index df0677f..ce58c9b 100644 Binary files a/favicon-32x32.png and b/favicon-32x32.png differ diff --git a/pkgdown.yml b/pkgdown.yml index 77a7a7b..8430cac 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,7 +2,7 @@ pandoc: 2.19.2 pkgdown: 2.0.7 pkgdown_sha: ~ articles: {} -last_built: 2023-08-15T02:10Z +last_built: 2023-08-15T14:43Z urls: reference: https://alarm-redist.github.io/ggredist/reference article: https://alarm-redist.github.io/ggredist/articles diff --git a/reference/scale_538-1.png b/reference/scale_538-1.png new file mode 100644 index 0000000..18f0bdd Binary files /dev/null and b/reference/scale_538-1.png differ diff --git a/reference/scale_538.html b/reference/scale_538.html index f3df53b..cb983db 100644 --- a/reference/scale_538.html +++ b/reference/scale_538.html @@ -71,96 +71,14 @@

Value

Examples

-
scale_fill_538()
-#> <ggproto object: Class ScaleBinned, Scale, gg>
-#>     aesthetics: fill
-#>     after.stat: FALSE
-#>     axis_order: function
-#>     break_info: function
-#>     break_positions: function
-#>     breaks: 0 0.35 0.45 0.55 0.65 1
-#>     call: call
-#>     clone: function
-#>     dimension: function
-#>     expand: waiver
-#>     get_breaks: function
-#>     get_breaks_minor: function
-#>     get_labels: function
-#>     get_limits: function
-#>     guide: colourbar
-#>     is_discrete: function
-#>     is_empty: function
-#>     labels: waiver
-#>     limits: 0.25 0.75
-#>     make_sec_title: function
-#>     make_title: function
-#>     map: function
-#>     map_df: function
-#>     n.breaks: NULL
-#>     na.value: NA
-#>     name: waiver
-#>     nice.breaks: TRUE
-#>     oob: function
-#>     palette: function
-#>     position: left
-#>     range: environment
-#>     rescale: function
-#>     rescaler: function
-#>     reset: function
-#>     right: TRUE
-#>     scale_name: 538
-#>     show.limits: FALSE
-#>     train: function
-#>     train_df: function
-#>     trans: trans
-#>     transform: function
-#>     transform_df: function
-#>     super:  <ggproto object: Class ScaleBinned, Scale, gg>
-scale_color_538()
-#> <ggproto object: Class ScaleBinned, Scale, gg>
-#>     aesthetics: colour
-#>     after.stat: FALSE
-#>     axis_order: function
-#>     break_info: function
-#>     break_positions: function
-#>     breaks: 0 0.35 0.45 0.55 0.65 1
-#>     call: call
-#>     clone: function
-#>     dimension: function
-#>     expand: waiver
-#>     get_breaks: function
-#>     get_breaks_minor: function
-#>     get_labels: function
-#>     get_limits: function
-#>     guide: colourbar
-#>     is_discrete: function
-#>     is_empty: function
-#>     labels: waiver
-#>     limits: 0.25 0.75
-#>     make_sec_title: function
-#>     make_title: function
-#>     map: function
-#>     map_df: function
-#>     n.breaks: NULL
-#>     na.value: NA
-#>     name: waiver
-#>     nice.breaks: TRUE
-#>     oob: function
-#>     palette: function
-#>     position: left
-#>     range: environment
-#>     rescale: function
-#>     rescaler: function
-#>     reset: function
-#>     right: TRUE
-#>     scale_name: 538
-#>     show.limits: FALSE
-#>     train: function
-#>     train_df: function
-#>     trans: trans
-#>     transform: function
-#>     transform_df: function
-#>     super:  <ggproto object: Class ScaleBinned, Scale, gg>
+    
library(ggplot2)
+data(oregon)
+
+ggplot(oregon, aes(fill = ndv / (ndv + nrv))) +
+    geom_sf(size = 0) +
+    scale_fill_538(name = '') +
+    theme_map()
+