View source: R/plot.map.prov.bf.R
plot.map.prov.bf | R Documentation |
Create a map of selected Canadian Provinces with shades
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 = "")
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 |
A map plot that conforms to Brookfield style
plot.map.prov.bf()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.