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
|
\name{stbox}
\alias{stbox}
\alias{bbox}
\alias{stbox,ST-method}
\alias{bbox,ST-method}
\title{ obtain ranges of space and time coordinates }
\description{ obtain ranges of space and time coordinates }
\section{Methods}{
\describe{
\item{stbox}{\code{signature(x = "ST")}: obtain st range from object}
}
}
\usage{
stbox(obj)
bbox(obj)
}
\arguments{
\item{obj}{ object of a class deriving from \code{ST}
}
}
\value{ \code{stbox} returns a \code{data.frame}, with three columns
representing x-, y- and time-coordinates, and two rows containing min
and max values. \code{bbox} gives a matrix with coordinate min/max values,
compatible to \link[sp]{bbox}}
\keyword{dplot}
|