Description Usage Arguments Value Examples
Custom Map Theme
1 2 3 4 5 6 7 8 9 10 |
map |
|
continuous |
Logical defaults to |
variable_label |
A character string indicating the variable label to use. If not supplied then the underlying variable name is used. |
trans |
A character string specifying the transform to use on the specified metric. Defaults to no
transform ("identity"). Other options include log scaling ("log") and log base 10 scaling
("log10"). For a complete list of options see |
fill_labels |
A function to use to allocate legend labels. An example (used below) is |
scale_fill |
Function to use for scaling the fill. Defaults to a custom |
breaks |
Breaks to use in legend. Defaults to |
... |
Additional arguments passed to the |
A ggplot2
object
1 2 | ## Code
theme_map
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.