plot.mtsdi {mtsdi} | R Documentation |
Plot the Imputed Matrix
Description
This function produces a plot with imputed values and the estimated level for each of the columns in the imputed matrix.
Usage
## S3 method for class 'mtsdi'
plot(x, vars = "all", overlay = TRUE, level = TRUE,
points = FALSE, leg.loc = "topright", horiz = FALSE, at.once = FALSE, ...)
Arguments
x |
an object of the class |
vars |
a vector with de variables to plot |
overlay |
logical. If |
level |
logical. If |
points |
logical. If |
leg.loc |
a list with |
horiz |
logical. If |
at.once |
logical. If |
... |
further options for function |
Details
The leg.loc
option may also be specified by setting one of the following quoted strings "bottomright"
, "bottom"
, "bottomleft"
, "left"
, "topleft"
, "top"
, "topright"
, "right"
, or "center"
. This places the legend on the inside of the plot frame at the given location with the orietation set by horiz
. See legend
for further details.
Author(s)
Washington Junger wjunger@ims.uerj.br and Antonio Ponce de Leon ponce@ims.uerj.br
See Also
Examples
data(miss)
f <- ~c31+c32+c33+c34+c35
i <- mnimput(f,miss,eps=1e-3,ts=TRUE, method="spline",sp.control=list(df=c(7,7,7,7,7)))
plot(i)