wah_morts | R Documentation |
Anonymized mortality data on Western Arctic Herd caribou collected by the U.S. National Park Service, Alaska, with grateful acknowledgments to K. Joly.
data(wah_morts)
Data frame with 171 rows and the following columns:
ID of animal
Date of beginning of collaring
Date of death or censoring
One of "dead", or "censored"
U.S. National Park Service, Alaska
data(wah_morts)
require(ggplot2); require(magrittr); require(plyr)
ggplot(wah_morts %>% arrange(start),
aes(x = start, y = id, col = fate)) +
geom_errorbarh(aes(xmin = start, xmax = end))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.