Comparison of Null hypothesis with other extinction histories
Source:R/Extintions.R
CompareExtinctions.Rd
It compares an object generated either by the Mostconnected or ExtinctionOrder functions with a null hypothesis generated by the RandomExtinctions function it is important that RandomExtinctions is in plot = T.
Value
a plot comparing the expected value of secondary extinctions originated at random with the observed extinction history.
Examples
if (FALSE) { # \dontrun{
data("Less_Connected")
History <- SimulateExtinctions(Network = Less_Connected, Method = "Mostconnected")
NullHyp <- RandomExtinctions(Network = Less_Connected, nsim = 100)
CompareExtinctions(Nullmodel = NullHyp, Hypothesis = History)
} # }