plot_dem: Plot a DEM

Description Usage Arguments Details References Examples

View source: R/help_funcs.R

Description

Plots a Digital Elevation Model / Matrix using ggplot2-style.

Usage

1
plot_dem(dem, dem.info, locs = NA)

Arguments

dem

x * y-grid containing z-coordinates

dem.info

data.frame containing information about the DEM (row wise): columns, rows, starting x, starting y, lengths of one cellsize

locs

data.frame with column strucure $x (coordinate), $y (coordinate), $name (name to be printed in plot) ...

Details

missing

References

Marvin Reich (2014), mreich@gfz-potsdam.de

Examples

1

marcianito/hygra documentation built on Aug. 3, 2020, 7:47 p.m.