Description Usage Format Source References See Also Examples
Numbers of ticks acquired while walking with tick preventive (boots and tape) or nonpreventive (sneakers and minimal tape) footwear.
1 |
A data frame with three columns: number of ticks and number of times (out of ten) that number was observed with sneakers and boots.
John F. Carroll, USDA
Carroll, J. F. and Kramer, M. (2001) Different activities and footwear influence exposure to host-seeking nymphs of Ixodes scapularis and Amblyomma americanum. J. Med. Entomol. 38, 596–600. (See Figure 1b.)
1 2 3 4 5 6 7 8 9 10 11 12 | data(carroll1)
# barplot
barplot(as.numeric(t(carroll1[,-1])), space=c(0,0,1,0,1,0),
col=rep(c("white","black"),3),ylab="Number of samples",
xlab="Number of nymphs per sample",ylim=c(0,10),
xlim=c(-0.5,8.5))
abline(h=0)
segments(c(1,4,7),0,c(1,4,7),-0.25,xpd=TRUE)
text(c(1,4,7),-0.7,c("0","1","2"),xpd=TRUE)
legend(5.5,10,c("sneakers","boots"),pch=15,cex=1.3,
col=c("white","black"))
legend(5.5,10,c("",""),pch=0,bty="n",cex=1.3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.