Description Usage Arguments Value Author(s) References Examples
View source: R/costMergePeaks.R
http://moc.environmentalinformatics-marburg.de/doku.php?id=courses:msc:advanced-gis:description
1 | costMergePeaks(dem.peaklist,ext.peaklist)
|
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 |
costMergePeaks returns one merged peaklist with the names of the external peaks and the coords and altitude from the DEM derived list
Chris Reudenbach
http://moc.environmentalinformatics-marburg.de/doku.php?id=courses:msc:advanced-gis:description
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.