Description Usage Arguments Value Examples
Method to plot and visualize a Probpool
object. Depending on the arguments provided, different plotting behaviour (see Details). Additional parameters are passed to the the '...' argument
1 2 |
x |
An object of class |
... |
Additional arguments for |
focal_species |
The name of a particular species in x. If provided, probability pools for that ... |
focal_unit |
An object comapatible with the
|
None
1 2 3 4 5 6 | my_prob_pool = probpool(env_pool = env, disp_pool = disp)
plot(my_prob_pool)
plot(my_prob_pool, focal_species = "Olea europaea")
plot(my_prob_pool, focal_unit = 132)) # Cell number
plot(my_prob_pool, focal_unit = c(24,26))) # Cell index
plot(my_prob_pool, focal_unit = extent(c(7,8,49,53))) # Object of class raster::Extent
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.