geotopbrick: geotopbrick

View source: R/geotopbrick_S3.R

geotopbrickR Documentation

geotopbrick

Description

geotopbrick method bla bla bla

Usage

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,
  ...
)

Arguments

x

a 'zoo' object returned by function pointer.to.maps.xyz.time or pointer.to.maps.xy.time or a GeotopRasterBrick-class object

...

further arguments.

layer

layer at which raster maps are imported. If is NULL, maps ara no-zlayer distributed and zoo must be returend by pointer.to.maps.xy.time

time

vector of time instants at which geotop maps are imported

crs

coordinate system see RasterBrick-class

timerange

two-elememts vector containing the time range at which geotop maps are imported

ascpath

NULL object or a "zoo" S3 object containing the names of ascii maps provided by GEOtop

Value

a GeotopRasterBrick-class


geotopbricks documentation built on Aug. 10, 2023, 1:06 a.m.