File: Lines-class.Rd

package info (click to toggle)
r-cran-sp 1%3A1.4-5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,328 kB
  • sloc: ansic: 1,108; sh: 14; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 883 bytes parent folder | download | duplicates (4)
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
26
27
28
29
30
31
32
33
34
\name{Lines-class}
\docType{class}
\alias{Lines-class}
% \alias{coordinates,Lines-method}

\title{Class "Lines" }
\description{ class for sets of line objects }
\section{Objects from the Class}{
Objects can be created by calls to the function \link{Line}
}
\section{Slots}{
  \describe{
    \item{\code{Lines}:}{Object of class \code{"list"}, containing elements
	of class \link{Line-class}}
    \item{\code{ID}:}{\code{"character"} vector of length one, with unique identifier string}
  }
}
\section{Methods}{
  \describe{
    \item{coordinates}{\code{signature(obj = "Line")}: retrieve coordinates
	from lines; returns list with matrices }
    \item{lines}{\code{signature(x = "Line")}: add lines to a plot}
  }
}
\arguments{
\item{SL, Lines}{an Lines object}
}

\author{ Roger Bivand, Edzer Pebesma }

\seealso{
  \link{Lines-class}, \link{SpatialLines-class}
}
\keyword{classes}