1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
\name{internal}
\alias{internal}
\alias{makepoly}
\alias{mapgetg}
\alias{mapgetl}
\alias{mapname}
\alias{mapthin}
\alias{maptype}
\title{Internally Required Functions}
\usage{
makepoly(xy, gonsize, keep)
mapgetg(database, gons, fill, xlim, ylim)
mapgetl(database, lines, xlim, ylim, fill)
mapname(database, patterns, exact)
mapthin(xy, delta, symmetric)
maptype(database)
}
\description{
These functions are called internally and will generally not be
required by the user.
}
\keyword{internal}
|