Description Usage Format Source Examples
Number of bodies reaching rigormortis in each hour after death.
1 |
A data frame with 12 observations on the following 2 variables.
hours
a numeric vector
count
a numeric vector
Pounder, D.J. 1995. Postmortem changes and time of death. University of Dundee. http://www.dundee.ac.uk/forensicmedicine/llb/timedeath.htm.
1 2 3 | data(Rigormortis)
xyplot(count~hours, Rigormortis, type='h', lwd=3)
barchart(count ~ hours, Rigormortis, horizontal=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.