[Pomp-commits] r241 - pkg/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon May 17 15:55:35 CEST 2010
Author: kingaa
Date: 2010-05-17 15:55:35 +0200 (Mon, 17 May 2010)
New Revision: 241
Modified:
pkg/man/LondonYorke.Rd
Log:
- cosmetology
Modified: pkg/man/LondonYorke.Rd
===================================================================
--- pkg/man/LondonYorke.Rd 2010-05-17 13:53:06 UTC (rev 240)
+++ pkg/man/LondonYorke.Rd 2010-05-17 13:55:35 UTC (rev 241)
@@ -16,9 +16,21 @@
lines(cases~time,data=LondonYorke,subset=disease=="measles"&town=="New York",col="blue")
legend("topright",legend=c("Baltimore","New York"),lty=1,col=c("red","blue"),bty='n')
-plot(cases~time,data=LondonYorke,subset=disease=="chickenpox"&town=="New York",type='l',col="blue",main="chickenpox, New York",bty='l')
+plot(
+ cases~time,
+ data=LondonYorke,
+ subset=disease=="chickenpox"&town=="New York",
+ type='l',col="blue",main="chickenpox, New York",
+ bty='l'
+ )
-plot(cases~time,data=LondonYorke,subset=disease=="mumps"&town=="New York",type='l',col="blue",main="mumps, New York",bty='l')
+plot(
+ cases~time,
+ data=LondonYorke,
+ subset=disease=="mumps"&town=="New York",
+ type='l',col="blue",main="mumps, New York",
+ bty='l'
+ )
}
\references{
W. P. London and J. A. Yorke,
More information about the pomp-commits
mailing list