plot.survival: Create plot showing probability of survival over time

Description Usage Arguments Examples

View source: R/survival.R

Description

A simple plot showing how the probability of survival reduces over the years. This can be helpful when determining parameters for survival, crowding and the habitat surface.

Usage

1
2
plot.survival(p.seq = seq(from = 1, to = 0.5, by = -0.05), years = 1:40,
  ylim = c(0, 1), cex = 1, ...)

Arguments

p.seq

Vector sequence of probabilities

ylim

Default y axis scale

...

Other arguments to plot

year

Ordered Vector sequence of years

Examples

1
2

pwhigham/spatibm documentation built on Aug. 30, 2019, 1:16 p.m.