map.world {sspline}R Documentation

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

Author(s)

Original in S by Steve Wofsy <scw@io.harward.edu>,
ported to R by Xianhong Xie <xie@stat.wisc.edu>.

References

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

Examples

map.world(main = "The World Map")

[Package sspline version 0.1-5 Index]