Learn R Programming

chronosphere (version 0.4.0)

t: Transpose a RasterArray or SpatialArray object

Description

Transpose a RasterArray or SpatialArray object

Usage

t

# S4 method for XArray t(x)

Arguments

x

A RasterArray or SpatialArray class object.

Value

A RasterArray or SpatialArray class object.

Format

An object of class standardGeneric of length 1.

Examples

Run this code
# NOT RUN {
data(dems)
t(dems)
data(coasts)
t(coasts)
# }

Run the code above in your browser using DataLab