View source: R/predict_landscape.R
predict_landscape | R Documentation |
Takes a mlr model object and associated covariate rasters to generate a thematic map. In order to process the landscape level prediction the input co-variated are tiled and then mosaic'd together at the end.
predict_landscape(model, cov, tilesize = 500, outDir = "./predicted")
model |
Location of a |
cov |
A list of raster files. These will be loaded as a |
tilesize |
Specify the number of pixels in the |
outDir |
directory for the output file. |
Action _is there a bug in tilemaker or with stars causing a xy offset error.
Solution is currently a hack. See load tile area
.
### Testing cov = cov, tilesize = 1000, outDir = "e:/tmp/predict_landscape")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.