Myxo {emdbook} | 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
day
titer
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))