cov_dtm | R Documentation |
Takes a dtm and uses SAGA GIS to generate the covariates embeded in this function. Note: the correct path to SAGA needs to be specified.
cov_dtm(dtm, SAGApath = "C:/SAGA/", output = "./cv-rasters")
dtm |
is a dtm raster object |
## cov_dtm(dtm, ## the dtm (loaded by raster() ) SAGApath = "C:/SAGA/" ## specify location of SAGA on your machine output = "c:/dtm-derived" ) ## specify output folder
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.