plot.elect {elect} | R Documentation |
Plotting of life expectancies
Description
Graphical representation by smoothed densities of the life expectancies as estimated by elect
Usage
## S3 method for class 'elect'
plot(x, which = NULL, kernel = "gaussian", col = "red", lwd = 2, cex.lab = 1,...)
Arguments
x |
Life expectancies estimated by |
which |
Subselection for plotting (following the order in |
kernel |
Character string for smoothing kernel ( |
col |
Colour of curves |
lwd |
Line width of curves |
cex.lab |
Magnification to be used for axis-labels |
... |
Other arguments (not yet implemented) |
Details
Presents distributions of the estimated life expectancies derived from
the maximum likelihood estimate of the model parameters.
The smoothing is undertaken using the R
function density
.
Author(s)
Ardo van den Hout
See Also
[Package elect version 1.2 Index]