plot.forStMoMo {StMoMo} | R Documentation |
Plot a forecast from a Stochastic Mortality Model
Description
Plot a forecasted Stochastic Mortality Model of class "forStMoMo"
.
Usage
## S3 method for class 'forStMoMo'
plot(x, nCol = 2, parametricbx = TRUE, only.kt = FALSE,
only.gc = FALSE, colour = "grey60", ...)
Arguments
x |
an object of class |
nCol |
number of columns to use in the plot. |
parametricbx |
if |
only.kt |
If |
only.gc |
If |
colour |
colour to use in the prediction intervals. |
... |
additional arguments to control graphical appearance.
See |
See Also
Examples
wxt <- genWeightMat(55:89, EWMaleData$years, clip = 3)
APCfit <- fit(apc(), data = EWMaleData, ages.fit = 55:89, wxt = wxt)
APCfor <- forecast(APCfit)
plot(APCfor)
plot(APCfor, parametricbx = FALSE, nCol = 3)
plot(APCfor, only.kt = TRUE)
plot(APCfor, only.gc = TRUE, lwd = 2)
[Package StMoMo version 0.4.1 Index]