| extract.geotop.value.fromMap | R Documentation | 
This function extracts the values of one or more GEOtop maps in certain check point.
extract.geotop.value.fromMap(
  key,
  xykeys = c("PointFile", "HeaderCoordinatePointX", "HeaderCoordinatePointY"),
  wpath,
  inpts.file = "geotop.inpts",
  ...
)
key | 
 keywords related to the maps  | 
xykeys | 
 keywords keywords relate to the selected chck points where to extract the values. Default is   | 
wpath, inpts.file, ... | 
 arguments that are passed to   | 
get.geotop.inpts.keyword.value
wpath <- "/Users/ecor/Dropbox/R-packages/geotopOptim-stuff-SHALINI/exercise/simulation_template"
points <- extract.geotop.value.fromMap(key="SoilMapFile",wpath=wpath)
points0 <- extract.geotop.value.fromMap(key=c("SoilMapFile","DemFile"),wpath=wpath)
nopoints <- extract.geotop.value.fromMap(key="NoSoilMapFile",wpath=wpath)
nopoints0 <- extract.geotop.value.fromMap(key=c("NoSoilMapFile","DemFile"),wpath=wpath)
nopoints1 <- extract.geotop.value.fromMap(key=c("NoSoilMapFile","NoDemFile"),wpath=wpath)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.