splom(formula, aspect = 1, between = list(x = 0.5, y = 0.5), panel = panel.splom, pscales = 5, varnames=, ...)
The following arguments have special meaning within this function. The common meanings for these and all other arguments are listed separately under trellis.args.
Unlike the function pairs, there are no axis labels on a splom plot.
new.iris <- as.data.frame.array(iris, col.dims = 2) splom( ~ new.iris[, 1:4] | new.iris[, 6], layout = c(3, 1), main = "Iris Data")splom( ~ state.x77 | state.region, layout = c(2,2))