plot.RCTPredCI {RCTRecruit} | R Documentation |
Plots RCTPredCI object
Description
Plots RCTPredCI object
Usage
## S3 method for class 'RCTPredCI'
plot(x, yMax = NULL, includeYR2 = FALSE, xGrid = TRUE, yGrid = TRUE, ...)
Arguments
x |
RCTPredCI object |
yMax |
It sets upper value for the y-axis. It is useful when several figures are plotted together |
includeYR2 |
Whether to plot predictions for 104 weeks. By default (default = FALSE) it only plots the first 52 weeks. |
xGrid |
Whether to plot vertical grid lines (default = TRUE) |
yGrid |
Whether to plot horizontal grid lines (default = TRUE) |
... |
Additional arguments to be passed as in |
See Also
Other Links:
GetDistance()
,
GetWeekPredCI()
,
LoadData()
,
RCTRecruit-package
,
Time2Nsubjects()
,
gripsYR1
,
gripsYR2
,
gripsYR2Weekly
[Package RCTRecruit version 0.2.0 Index]