world | R Documentation |
Plots quickly, medium resolution outlines of large land masses. This is a simple wrapper for the map function from the maps package.
world(...)
world.land( ...)
world.color( ... )
in.land.grid(...)
... |
Same arguments used by the |
See the longstanding maps
package for documentation on this
function. The functions world.land, world.color and in.land.grid have
been depreciated but can be recovered from versions of fields 6.7.1 or
older.
US, in.poly, in.poly.grid
## Not run:
world()
# add the US
US( add=TRUE,col="blue")
world( fill=TRUE) # land filled in black
## Western Europe
world( xlim=c(-10,18),ylim=c(36,60),fill=TRUE, col="darkgreen",
border="green1")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.