File: maptools.Rd

package info (click to toggle)
r-cran-maptools 1%3A0.7-38-1
  • links: PTS, VCS
  • area: non-free
  • in suites: wheezy
  • size: 2,184 kB
  • sloc: ansic: 3,014; makefile: 4
file content (25 lines) | stat: -rw-r--r-- 554 bytes parent folder | download | duplicates (2)
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{maptools}
\alias{maptools}
%- Also NEED an '\alias' for EACH other topic documented here.
\title{Report version information and changes}
\description{
  Access version information and changes
}
\usage{
maptools(changes = FALSE)
}
%- maybe also 'usage' for other objects documented here.
\arguments{
  \item{changes}{If TRUE, reports changes, most recent last}
}

\value{
  Invisibly returns the change list, with members version and changes
  
}
\author{Roger Bivand}

\examples{
maptools(changes=TRUE)
}
\keyword{spatial}