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

Description Usage Arguments Value

View source: R/functions_build_plot.r

Description

Create the base of a soc.ca map

Usage

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

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"

...

further arguments are passed onto ggplot()

Value

a ggplot2 object


soc.ca documentation built on Sept. 5, 2021, 5:21 p.m.

Related to map.ca.base in soc.ca...