R/methods-data.frame.R

setMethod("pairs", "data.frame",
          function(x, ...){
            x <- as.matrix(x)
            pairs(x, ...)
          })

Try the XDE package in your browser

Any scripts or data that you put into this service are public.

XDE documentation built on Nov. 8, 2020, 5:02 p.m.