Learn R Programming

quantable (version 0.3.6)

mypairsSmooth: smoothScatter pairs

Description

smoothScatter pairs

Usage

mypairsSmooth(dataframe, legend = FALSE, ...)

Arguments

dataframe

data matrix or data.frame as normally passed to pairs

legend

add legend to plots

...

params usually passed to pairs

See Also

also pairs

Examples

Run this code
# NOT RUN {
tmp = matrix(rep((1:100),times = 4) + rnorm(100*4,0,3),ncol=4)
mypairsSmooth(tmp,main="small data", legend=TRUE)
mypairsSmooth(tmp,main="small data", diag.panel=panel.hist)
mypairsSmooth(tmp,log="xy",main="small data", legend=TRUE)
# }

Run the code above in your browser using DataLab