GetRDPlots {hivPlatform} | R Documentation |
Get plots for reporting delay adjustment artifacts.
GetRDPlots( stratum = NULL, plotData, isOriginalData = TRUE, colorPalette = c(Bounds = "#c7c7c7", `Estimated total` = "#69b023", Reported = "#7bbcc0", Imputed = "#9d8b56") )
stratum |
String denoting for which value of Stratum column in |
plotData |
Data table object. Required. |
isOriginalData |
Logical indicating that |
colorPalette |
Character vector of length 4 with colors for plotted series. Optional.
Default = |
Data table object
## Not run: GetRDPlots(stratum, plotData, isOriginalData, colorPalette) ## End(Not run)