bem_target: Specify a rectangular target area for dem data

Description Usage Arguments Details Value Examples

View source: R/fetch_dem.R

Description

Specify a rectangular target area for dem data

Usage

1
bem_target(xmin, xmax, ymin, ymax)

Arguments

xmin

The left boundary of the target rectangle

xmax

The right boundary of the target rectangle

ymin

The lower boundary of the target rectangle

ymax

The upper boundary of the target rectangle

Details

EPSG: 25833

Value

A Bounding Box

Examples

1
2
3
4
5
6
bem_target(
xmin = 384000, 
xmax = 386000, 
ymin = 5806000, 
ymax = 5808000)
 

Ignimbrit/rbem documentation built on March 13, 2020, 12:02 a.m.