plot.KW2 {RCBR} | R Documentation |
Plot a KW2 object
Description
Given a fitted model by the rcbr NPMLE procedure plot the estimated mass points
Usage
## S3 method for class 'KW2'
plot(x, smooth = 0, pal = NULL, inches = 1/6, N = 25, tol = 0.001, ...)
Arguments
x |
is the fitted NPMLE object |
smooth |
is a parameter to control bandwidth of the smoothing if a contour plot of the estimated density is desired, default is no smoothing and only the mass points of the discrete estimate are plotted. |
pal |
a color palette |
inches |
as used in |
N |
scaling of the color palette |
tol |
tolerance for size of mass points |
... |
other arguments to pass to |
Value
nothing (invisibly)
[Package RCBR version 0.6.2 Index]