Learn R Programming

sspline (version 0.1-4)

map.world: World Map

Description

Sketch the continental boundary to give a rough idea of the position on the world.

Usage

map.world(add=FALSE, main="", ...)

Arguments

add
a logical scalar, if TRUE, add a map to the existing plot; otherwise, plot a new world map
main
a character vector, the main title of the plot
...
other parameters needed to pass to the lines function

Value

  • NULL

References

S Archive under http://lib.stat.cmu.edu

Examples

Run this code
map.world(main = "The World Map")

Run the code above in your browser using DataLab