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

Description Usage Arguments Value Author(s) References Examples

Description

Two list of coordinates and altitudes are compared. http://moc.environmentalinformatics-marburg.de/doku.php?id=courses:msc:advanced-gis:description

Usage

1
distMergePeaks(dem.peaklist,ext.peaklist)

Arguments

dem.peaklist

DEM derived peaklist containing coords and altitude

ext.peaklist

external peaklist, containing coords name and altitude

Value

distMergePeaks 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
  
#### Example merge two peak lists
      new.peaklist<-distMergePeaks(dem.peaklist,ext.peaklist)

gisma/perfectPeak documentation built on May 17, 2019, 5:27 a.m.