R/custplot.R

custplot <- function(a){
 pdf()
# plot(a$t, a$"cases", col=4, lty=1)
 plot(a$t, a$D, xlab="time (days)", ylab="", type="l")
 lines(a$t, a$fs, col=3)
 lines(a$t, a$e.D, col=2)
 dev.off()
}

Try the epineticseq package in your browser

Any scripts or data that you put into this service are public.

epineticseq documentation built on May 2, 2019, 4:56 p.m.