Learn R Programming

soc.ca (version 0.8.1)

map.ca.base: Create the base of a soc.ca map

Description

Create the base of a soc.ca map

Usage

map.ca.base(
  up = NULL,
  down = NULL,
  right = NULL,
  left = NULL,
  base_size = 15,
  ...
)

Value

a ggplot2 object

Arguments

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()