https://github.com/cran/fields
Raw File
Tip revision: 48e16d0f1496128e9d29d6f8819092244e94bef0 authored by Doug Nychka on 24 May 2001, 16:33:19 UTC
version 1.1
Tip revision: 48e16d0
world.Rd
\name{world}
\alias{world}
\title{
  Plot of the world 
}
\description{
Plots quickly, medium resolution outlines of large land masses and 
bodies of water.  
}
\usage{
world(ylim=c(-90, 90), xlim=c(-180, 180), add=F, ...)
}
\arguments{

\item{ylim}{
range of latitudes 
}
\item{xlim}{
range of longitudes 
}
\item{add}{
If true will add the world map to current plot 
}
\item{\dots}{
These are graphical arguments that are passed to the lines function that 
draws outline.  
}
}
\details{
This function uses the FIELDS dataset world.dat for the coordinates.   
}
\examples{
# Draw map in device color # 2 
world( col=3) 
}
\keyword{hplot}
% docclass is function
% Converted by Sd2Rd version 1.21.
back to top