plot.map.prov.bf: Create a map of selected Canadian Provinces with shades

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

plot.map.prov.bfR Documentation

Create a map of selected Canadian Provinces with shades

Description

Create a map of selected Canadian Provinces with shades

Usage

plot.map.prov.bf(province.name = c("NL","PE","NS","NB","QC","ON","MB","SK","AB","BC","YT","NT","NU"),
label = TRUE,
value.vector = 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 of: "NL","PE","NS","NB","QC","ON","MB","SK","AB","BC","YT","NT","NU"

label

TRUE/FALSE whether to label the provinces or not

value.vector

a vector with values for the shades - has to be in the order of the provinces

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.prov.bf()

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