new_destination: constructor for destination area

View source: R/constructors.R

new_destinationR Documentation

constructor for destination area

Description

This function defines the properties of the destination area.

Usage

new_destination(
  window = spatstat.geom::owin(),
  crs,
  survival,
  recovery,
  recovery_data
)

Arguments

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

Value

object of class "destination": contains list of window, survival and recovery for the destination area


SaskiaSchirmer/CONSURE documentation built on Sept. 3, 2023, 8:52 a.m.