Myxo | R Documentation |
Myxomatosis viral titer in blood samples from European rabbits, as a function of day-of-infection and virus grade, from Dwyer et al. 1990, ultimately from Fenner et al. 1956
data(MyxoTiter_sum)
grade
virus grade (1, least virulent; 5, most virulent)
day
day of infection
titer
blood virus titer (in log10 rabbit infectious doses)
Pulled graphically from figure in Dwyer et al.; to be replaced (eventually) with original tabular data in Fenner et al.
Dwyer, Levin and Buttel, "A Simulation Model of the Population Dynamics and Evolution of Myxomatosis", Ecological Monographs 60(4):423-447 (1990). Original source: Fenner et al. 1956
data(MyxoTiter_sum)
library(lattice)
xyplot(titer~day|factor(grade),data=MyxoTiter_sum,xlim=c(0,30))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.