extent-methods: Extent methods

extent-methodsR Documentation

Extent methods

Description

Methods for returning a raster::extent object from a Field, Comparison or a data.table. The data.table, or the data.table in the "data" slot of the Field and Comparison, must have columns named "Lon" and "Lat" otherwise these methods fail.

Usage

## S4 method for signature 'data.table'
extent(x)

## S4 method for signature 'Field'
extent(x)

## S4 method for signature 'Comparison'
extent(x)

Arguments

x

A Field, Comaprison or a data.table.

Value

A raster::extent

Author(s)

Matthew Forrest matthew.forrest@senckenberg.de


MagicForrest/DGVMTools documentation built on Aug. 23, 2024, 8:05 a.m.