View source: R/functions_build_plot.r
map.ca.base | R Documentation |
Create the base of a soc.ca map
map.ca.base(
up = NULL,
down = NULL,
right = NULL,
left = NULL,
base_size = 15,
...
)
up |
the name of + pole on the vertical axis - "North" |
down |
the name of the - pole on the vertical axis - "South" |
right |
the name of the + pole on horizontal axis - "East" |
left |
the name of the - pole on the horizontal axis - "West" |
base_size |
controls the text size of themed labels |
... |
further arguments are passed onto ggplot() |
a ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.