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

View source: R/functions_build_plot.r

map.ca.baseR Documentation

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,
  ...
)

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

Value

a ggplot2 object


Rsoc/soc.ca documentation built on March 7, 2024, 8:59 p.m.