RasterStackBrick-class: rts classes

Description Slots Author(s) Examples

Description

A raster time series contains a collection of RasterLayer objects, each corresponds to a time/date.

RasterStackTS and RasterBrickTS classes are created by putting together a RasterStack or RasterBrick object, from the raster package, and an xts object, from the xts package. A RasterStack and RasterBrick represents a collection of RasterLayer objects with the same extent and resolution. An xts object extends the S3 class zoo from the package of the same name. This object provides the index values that is unique and ordered, and also is a time-based class. Currently acceptable classes include: 'Date', 'POSIXct', 'timeDate', as well as 'yearmon' and 'yearqtr' where the index values remain unique.

rts is a subclass of xts class.

Slots

Slots for Raster*TS object:

raster:

object of class RasterStack or RasterBrick

rime:

object of class xts

See also Raster-class for slots in raster.

Author(s)

Babak Naimi

naimi.b@gmail.com

http://r-gis.net

Examples

1
showClass("RasterStackTS")

Example output

Loading required package: sp
Loading required package: raster
Loading required package: xts
Loading required package: zoo

Attaching package: 'zoo'

The following objects are masked from 'package:base':

    as.Date, as.Date.numeric

rts 1.0-27 (2017-06-09)
Class "RasterStackTS" [package "rts"]

Slots:
                              
Name:       raster        time
Class: RasterStack         xts

Extends: "RasterStackBrickTS"

rts documentation built on May 2, 2019, 4:49 p.m.