| project_bias | R Documentation | 
Uses the the estimated bias weights from a sampbias object to project
the bias through space, using the same raster as used for the distance
calculation.#'
project_bias(x, factors = NULL)
| x | an object of the class  | 
| factors | a character vector indicating which biasing factors to project | 
A raster stack, with the same length as the number of biasing factors
used in calculate_bias. The names indicate the factors
included for each layer.
calculate_bias, summary.sampbias
## Not run: 
  #simulate data
  occ <- data.frame(species = rep(sample(x = LETTERS, size = 5), times = 10),
                   decimalLongitude = runif(n = 50, min = 12, max = 20),
                   decimalLatitude = runif(n = 50, min = -4, max = 4))
  out <- calculate_bias(x = occ, terrestrial = TRUE)
  proj <- project_bias(out)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.