plotMvloc(est1, est2 = NULL, est3 = NULL, X = NULL, alim = NULL,
color.ell = 2:4, color.points = grey(0.5),
lty.ell = rep(1, 3), pch.ell = rep(16, 3),
lwd.ell = rep(1, 3), cex.ell = rep(1, 3),
pch.points = 1, level = 0.95, npoints = 100,
x.legend, y.legend, cex.legend = 1, pty = "s", gap = 1,
oma.bottom, labels, cex.labels = 2, main, ...)location, vcov and est.name, for example an object of class 'mvloc'.location, vcov and est.name, for example an object of class 'mvloc'.location, vcov and est.name, for example an object of class 'mvloc'.NULL, both or ellipses. Specifies whether the plotting regions are are based on the confidence ellipsoids only or also the range of the data points.
If NULL it chooses both'est1', 'est2' and 'est3'.X.NULL no legend is drawn.NULL no legend is drawn.cex for the legend.pty value for the individual plots of the scatter matrix. Default is "s".oma value of the bottom.cex for the labels. Default is 2.ellipse, plotShapeX <- rmvt(50, diag(c(1, 2)), 3)
est1 <- mv.1sample.est(X)
est2 <- mv.1sample.est(X, "sign")
est3 <- mv.1sample.est(X, "rank", "inner")
plotMvloc(est1)
plotMvloc(est1, est2, est3, X, alim="b", lty.ell=1:3, pch.ell=14:16)
plotMvloc(est1, est2, est3, X, alim="e")Run the code above in your browser using DataLab