Description Usage Arguments See Also Examples
smoothScatter pairs
1 | mypairsSmooth(dataframe, legend = FALSE, ...)
|
dataframe |
data matrix or data.frame as normally passed to pairs |
legend |
add legend to plots |
... |
params usually passed to pairs |
also pairs
1 2 3 4 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.