mapCan: Draw maps of Canada

Description Usage Arguments Details Examples

Description

Draw a schematic map of differents regions of Canada. It use the database of the maps package with rectangular projection. Best use for quick vizualization of Canadian locations.

Usage

1
2
3
mapCan(region = "canada", main = NULL, sub = NULL, ylim = NULL,
  xlim = NULL, axes = TRUE, xlab = "Longitude", ylab = "Latitude",
  theme = "white", ...)

Arguments

region

A sting providing the region to zoom in.

theme

String suggesting default color parameter.

...

Additional plotting parameter for map. See maps and plot

Details

Here the list of the preset regions : 1. 'NL' : Newfoundland-Labrador 2. 'MR' : Maritimes 3. 'AT' : Atlantic coast 4. 'QC' : Quebec 5. 'SQ' : Sountern Quebec 6. 'ON' : Ontario 7. 'SO' : Southern Ontario 8. 'ET' : East 9. 'PR' : Prairies 10. 'BC' : British-Columbia 11. 'PC' : Pacific coast 12. 'NO' : North 13. 'WT' : West

Examples

1
2
3
4
mapCan('WT', main = 'WEST CANADA',  axes = FALSE)

mapCan('ET', col = 'gray', fill = TRUE, bg = 'lightblue',
col.lake = 'lightblue')

martindurocher/floodRFA documentation built on June 5, 2019, 8:44 p.m.