brick | R Documentation |
Added implemetation for 'brick' S4 method
@title brick
## S4 method for signature 'zoo'
brick(
x,
layer = 1,
timerange = NULL,
time = NULL,
rows = 1:nrow(x),
crs = NULL,
use.read.raster.from.url = TRUE
)
## S4 method for signature 'GeotopRasterBrick'
brick(x)
x |
a 'zoo' object returned by function |
layer |
layer at which raster maps are imported. If is |
timerange |
two-elememts vector containing the time range at which geotop maps are imported |
time |
vector of time instants at which geotop maps are imported |
rows |
rows of |
crs |
coordinate system see |
use.read.raster.from.url |
logical value. Default is |
a RasterBrick-class
containing the geopop maps indicated by x
, which is already in a GeotopRasterBrick-class
object or a 'zoo' object returned by function pointer.to.maps.xyz.time
or pointer.to.maps.xy.time
.
getvalues.brick.at.depth
,vertical.aggregate.brick.within.depth
# TON TOSS
# See the examples in the functions listed in the 'SeeAlso' section
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.