|
Class Summary |
| AbstractColorPaintlet |
Abstract class for paintlets with a stroke color option and instances member,
all paintlets will use this. |
| AbstractOverlayPaintlet |
Abstract class for paintlets that draw the overlays. |
| AbstractProbabilityPaintlet |
Abstract class for paintlets that plot the regression in the
probability plot. |
| AbstractScatterPlotPaintlet |
Abstract class for creating scatterplot paintlets. |
| AbstractZOverlayPaintlet |
abstract class for creating z score overlay paintlets. |
| AbstractZScorePaintlet |
Abstract class for creating z score paintlets. |
| DiagonalPaintlet |
Paintlet for displaying the diagonal overlay on the scatter plot. |
| Exponential |
Paints the transformed exponential distribution
Valid options are: |
| Gamma |
Paints the transformed gamma distribution
Valid options are: |
| HistogramPaintlet |
Paints the histogram
Valid options are: |
| Logistic |
paints the transformed logistic distribution
Valid options are: |
| Loglogistic |
paints the transformed loglogistic distribution
Valid options are: |
| Lognormal |
paints the transformed lognormal distribution
Valid options are: |
| LowessPaintlet |
Paintlet for drawing the lowess overlay. |
| MeanPaintlet |
paintlet for displaying mean overlay on the ZScore graph
Valid options are: |
| Normal |
Paints the transformed normal distribution on the panel
Valid options are: |
| ScatterPaintletCircle |
Paintlet for displaying points on the scatter point as circles. |
| ScatterPaintletCross |
Class for plotting data on a scatter plot as crosses. |
| ScatterPaintletErrors |
Paintlet that draws data on the scatter plot as crosses whose size depends on the error between x and y values. |
| StdDevPaintlet |
paintlet for displaying stddev overlay on the Z score graph
Valid options are: |
| VsFitPaintlet |
Paints the data for the versus fit graph
Valid options are: |
| VsOrderPaintlet |
Paints the data for the versus order graph
Valid options are: |
| ZScoreCircle |
paintlet for plotting cirle points on the z score visualisation
Valid options are: |
| ZScoreCross |
paintlet for plotting cross error points on the z score graph whose size depends on the difference between x and y values
Valid options are: |