View source: R/plot_functions.R
scale_fill_miko | R Documentation |
Wrapper for scale_fill_gradient2, with preferred default parameters
scale_fill_miko(
low = scales::muted("blue"),
high = scales::muted("red"),
mid = "white",
...
)
low |
color for low end of gradient |
high |
color for high end of gradient |
mid |
color for middle point of gradient |
... |
additional arguments passed to scale_color_gradient2(...) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.