ecospat (version 3.1)

ecospat.plot.tss: Plot True skill statistic (TSS)

Description

Plots the values for True skill statistic (TSS) along different thresholds.

Usage

ecospat.plot.tss(Pred, Sp.occ)

Arguments

Pred

A vector of predicted probabilities

Sp.occ

A vector of binary observations of the species occurrence

Value

A plot of the TSS values along different thresholds.

References

Liu, C., P.M. Berry, T.P. Dawson, and R.G. Pearson. 2005. Selecting thresholds of occurrence in the prediction of species distributions. Ecography, 28, 385-393.

Liu, C., M. White and G. Newell. 2013. Selecting thresholds for the prediction of species occurrence with presence-only data. Journal of Biogeography, 40, 778-789.

See Also

ecospat.meva.table, ecospat.max.tss, ecospat.plot.kappa, ecospat.cohen.kappa, ecospat.max.kappa

Examples

Run this code
# NOT RUN {
Pred <- ecospat.testData$glm_Agrostis_capillaris
Sp.occ <- ecospat.testData$Agrostis_capillaris
ecospat.plot.tss(Pred, Sp.occ)
# }

Run the code above in your browser using DataCamp Workspace