Description Usage Arguments Details Value Examples
View source: R/PseudoPredictR_functions.R
This function creates a pseudo predictor layer based on a classical painting to assess the significance of your climatic and topographical predictors. The output raster will have the same extent and resolution as your input prediction layer.
1 | PseudoLayer(inputRas, pseudoRas = "fathorse", mask = F)
|
inputRas |
Your input prediction layer |
pseudoRas |
character string specifiying which built-in classical painting to use as pseudo predictor. Defaults to fathorse. |
mask |
Should the output raster be masked to your input data? |
use pseudoRas="show me" to see all possible arguments for the pseudoRas param
Returns a raster object
1 2 3 4 | # Get a fathorse raster that matches the extent and resolution of your prediction layers
layer=raster()
a=PseudoLayer(inputRas = layer)
plot(a)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.