metaclipcc.HorizontalExtent: Set a reference SpatialExtent

Description Usage Arguments Value Author(s)

View source: R/metaclipcc.HorizontalExtent.R

Description

Creates a graph containing a SpatialExtent definition, that can be used later as spatial reference of subsetting, regridding operations etc. so all steps point to the same reference spatial extent

Usage

1
2
3
4
5
6
7
8
metaclipcc.HorizontalExtent(
  region = NULL,
  xmin = NULL,
  xmax = NULL,
  ymin = NULL,
  ymax = NULL,
  dc.description = NULL
)

Arguments

region

Character string designating a known region.

xmin

xmin

xmax

xmax

ymin

ymin

ymax

ymax

dc.description

Default to NULL and unused. Otherwise, this is a character string that will be appendend as a "dc:description" annotation to the ds:HorizontalExtent-class node. Unused if a valid region is supplied

Value

A metaclipR list (igraph-class structure + terminal node name)

Author(s)

J Bedia


metaclip/metaclipcc documentation built on Sept. 24, 2021, 6:42 a.m.