costMergePeaks: Trys to merge indenpendent peak positions to provide a...

Description Usage Arguments Value Author(s) References Examples

View source: R/costMergePeaks.R

Description

http://moc.environmentalinformatics-marburg.de/doku.php?id=courses:msc:advanced-gis:description

Usage

1
costMergePeaks(dem.peaklist,ext.peaklist)

Arguments

dem.peaklist

DEM derived peaklist containing coords and altitude

ext.peaklist

external peaklist, containing coords name and altitude

dem

DEM data as a raster object

Value

costMergePeaks returns one merged peaklist with the names of the external peaks and the coords and altitude from the DEM derived list

Author(s)

Chris Reudenbach

References

http://moc.environmentalinformatics-marburg.de/doku.php?id=courses:msc:advanced-gis:description

Examples

1
2
3
4
5
  
#### Example merges the two peak lists
note the ext.peaklist must contain at least valid coordinates and names

      new.peaklist<-costmergePeaks(dem.peaklist,ext.peaklist)

gisma/robubu documentation built on May 17, 2019, 5:28 a.m.