new_destination | R Documentation |
This function defines the properties of the destination area.
new_destination(
window = spatstat.geom::owin(),
crs,
survival,
recovery,
recovery_data
)
window |
object of class "owin":observation window in two-dimensional plane |
crs |
coordinate system of destination |
survival |
function: survival function defined over the whole destination area, independent of the origin |
recovery |
constant function: recovery probability, must be constant over whole destination area |
recovery_data |
empty space for simulated or real-world recovery data |
object of class "destination": contains list of window, survival and recovery for the destination area
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.