R/lav_graphics.R

# small functions to do something useful with the common
# plot commands

# suggested by JEB
pairs.psindex <- function(x, group=1L, ...) {
        X <- x@Data@X[[group]]
        colnames(X) <- x@Data@ov.names[[group]]
        pairs(X, ...)
}
nietsnel/psindex documentation built on June 22, 2019, 10:56 p.m.