bbRaster: Get the bounding box information of a 'RasterLayer' from its...

Description Usage Arguments Value Author(s) Examples

View source: R/bbRaster.R

Description

This is a simple function that returns a 4 by 2 matrix of a RasterLayer bounding box

Usage

1
bbRaster(obj)

Arguments

obj

object of class "RasterLayer"

Value

Returns a 4 x 2 matrix with each row indicating a coordinate pair of the bounding box

Author(s)

Brendan Malone

Examples

1
2
3
4
library(raster)
data(edgeTarget_C)
target
bbRaster(target)

ithir documentation built on May 2, 2019, 4:49 p.m.

Related to bbRaster in ithir...