File: Line-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 (30 lines) | stat: -rw-r--r-- 750 bytes parent folder | download | duplicates (9)
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
\name{Line-class}
\docType{class}
\alias{Line-class}
% \alias{coordinates,Line-method}

\title{Class "Line" }
\description{ class for line objects }
\section{Objects from the Class}{
Objects can be created by calls of the form \code{new("Line", ...)},
or (preferred) by calls to the function \link{Line}
}
\section{Slots}{
  \describe{
    \item{\code{coords}:}{Object of class \code{"matrix"}, containing the
	line coordinates }
  }
}
\section{Methods}{
  \describe{
    \item{coordinates}{\code{signature(obj = "Line")}: retrieve coordinates
	from line }
    \item{lines}{\code{signature(x = "Line")}: add lines to a plot }
  }
}
\author{ Roger Bivand, Edzer Pebesma }

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