View source: R/geotopbrick_S3.R
geotopbrick | R Documentation |
geotopbrick method bla bla bla
geotopbrick(x = NULL, ...)
## Default S3 method:
geotopbrick(x, ...)
## S3 method for class 'zoo'
geotopbrick(x, layer = NULL, time = NULL, crs = NULL, timerange = NULL, ...)
## S3 method for class 'RasterLayer'
geotopbrick(x, layer = NULL, time = NULL, ascpath = zoo(NULL), ...)
## S3 method for class 'RasterBrick'
geotopbrick(x, layer = NULL, time = NULL, ascpath = zoo(NULL), ...)
## S3 method for class 'GeotopRasterBrick'
geotopbrick(
x,
layer = NULL,
time = NULL,
crs = NULL,
timerange = NULL,
ascpath = NULL,
...
)
x |
a 'zoo' object returned by function |
... |
further arguments. |
layer |
layer at which raster maps are imported. If is |
time |
vector of time instants at which geotop maps are imported |
crs |
coordinate system see |
timerange |
two-elememts vector containing the time range at which geotop maps are imported |
ascpath |
|
a GeotopRasterBrick-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.