| plot.nowcasted {EpiLPS} | R Documentation | 
Plot of nowcasted cases and delay distribution
Description
This routine plots the reported cases, the nowcasted cases and
associated 95\% credible interval for the nowcast. In addition, it
can be used to show the contour plot of the estimated delay distribution.
Usage
## S3 method for class 'nowcasted'
plot(x, type = c("cases", "delay"), ...)
Arguments
x | 
 An object of class   | 
type | 
 Either "cases" (default) to show the nowcasted cases or "delay" to show the contour plot of the estimated delay distribution.  | 
... | 
 Further arguments to be passed to plot.  | 
Value
A plot of the reported and nowcasted cases.
Author(s)
Bryan Sumalinab (writing) and Oswaldo Gressani (editing).
[Package EpiLPS version 1.3.0 Index]