plot.cnormBetaBinomial2 {cNORM} | R Documentation |
Plot cnormBetaBinomial Model with Data and Percentile Lines
Description
This function creates a visualization of a fitted cnormBetaBinomial model, including the original data points manifest percentiles and specified percentile lines.
Usage
## S3 method for class 'cnormBetaBinomial2'
plot(x, ...)
Arguments
x |
A fitted model object of class "cnormBetaBinomial" or "cnormBetaBinomial2". |
... |
Additional arguments passed to the plot method.
|
Value
A ggplot object.
See Also
Other plot:
plot.cnorm()
,
plot.cnormBetaBinomial()
,
plotDensity()
,
plotDerivative()
,
plotNorm()
,
plotNormCurves()
,
plotPercentileSeries()
,
plotPercentiles()
,
plotRaw()
,
plotSubset()