File: stbox.Rd

package info (click to toggle)
r-cran-spacetime 1.2-8%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,300 kB
  • sloc: sh: 13; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 680 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
\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}