This function estimates the survival from a kernel density estimate of the data of recovered individuals. It uses the data of all breeding areas at once.
plotS( markRecaptureObject, pdf = FALSE, trueValuesAvailable = FALSE, xlim = NULL, ylim = NULL, drawBoundaries = TRUE, xlb = NULL, zlim = c(0, 1) )
markRecaptureObject | object of class markRecaptureObject (see markRecaptureObject()) |
---|---|
logical, saves image as pdf-file if TRUE. Defaults to FALSE. |
|
trueValuesAvailable | logical, use TRUE for simulated data, FALSE for real-world data. Defaults to FALSE. |
xlim | vector of lower bound and upper bound of x. Defaults to NULL. |
ylim | vector of lower bound and upper bound of y. Defaults to NULL. |
drawBoundaries | logical, country boundaries will be drawn, if TRUE. Defaults to TRUE. |
xlb | if not NULL, it zooms the plot to the limits given by xlim and ylim |
zlim | boundaries in the direction of survival values |
vector of length res with survival probabilities dependent on space
plotS(mro1D, trueValuesAvailable = TRUE)