plot.map.er.bf: Create a map of selected Canadian ER with shades

View source: R/plot.map.er.bf.R

plot.map.er.bfR Documentation

Create a map of selected Canadian ER with shades

Description

Create a map of selected Canadian ER with shades

Usage

plot.map.csd.bf(province.name = c("NL","PE","NS","NB","QC","ON","MB","SK","AB","BC","YT","NT","NU"),
value.data = NULL,
colours = NULL,
plot.title = "",
plot.fig.num = "",
caption = "",
legend.title = "")

Arguments

province.name

A vector of the 2 letter code for provinces to plot. One or more of: "NL","PE","NS","NB","QC","ON","MB","SK","AB","BC","YT","NT","NU"

value.data

a data table with 2 columns - first column must be string that denotes Province-CSD ID. Second column has to be numeric and is the value you want to show

colours

Vector (or set.colour function) of colours to use. If not, default palette is generated.

plot.title

Character denoting title of the plot

plot.fig.num

Character denoting plot number (or another plot annotations)

caption

character for caption (sources etc)

legend.title

Character denoting legend titles

export

TRUE/FALSE whether to export file as EPS under default options (height=6 inches, width=9 inches)

export.name

Name of the exported EPS file

Value

A map plot that conforms to Brookfield style

Examples

plot.map.er.bf()

BrookfieldIIE/BFTheme documentation built on March 24, 2023, 12:42 p.m.