barcode {accrued} | R Documentation |
Creates a sparkline graph or "barcode" for partially accruing data showing dates on which data are received. If data are received containing 0 or negative counts, the bars are gray. Otherwise they are dark blue.
barcode(x, ...)
x |
Object of the |
... |
Parameters to pass to |
A plot is produced showing days on which data were received.
Note that this function calls the stackedUploadData
which should only be used on count data.
None.
Julie Eaton and Ian Painter
data.accrued
,
stackedUploadData
,
uploadPattern
,
plot.accrued
,
plot.summary.accrued
,
lagHistogram
,
asOf
data(accruedDataExample) # simulated accrued data testData <- data.accrued(accruedDataExample) barcode(testData)