eo_bbox: bbox functions

Description Usage Arguments Value Methods (by class) Examples

View source: R/bbox.R

Description

bbox functions

Usage

1
2
3
4
eo_bbox(x, ...)

## S3 method for class 'numeric'
eo_bbox(x, ...)

Arguments

x

A numeric object representing a bound box.

...

Other parameters to construct bbox.

Value

A eo_bbox object.

Methods (by class)

Examples

1
2
3
b1 <- eo_bbox(-55, -10, -53, -8)
x <- c(-5559744, -996120.8, -5443916, -880292.8)
b2 <- eo_bbox(x)

brazil-data-cube/eocubes.R documentation built on April 24, 2020, 9:34 a.m.