| plot.mtsdi | R Documentation |
This function produces a plot with imputed values and the estimated level for each of the columns in the imputed matrix.
## S3 method for class 'mtsdi'
plot(x, vars = "all", overlay = TRUE, level = TRUE,
points = FALSE, leg.loc = "topright", horiz = FALSE, at.once = FALSE, ...)
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 |
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.
Washington Junger wjunger@ims.uerj.br and Antonio Ponce de Leon ponce@ims.uerj.br
mnimput
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.