plotpairs | R Documentation |
Modified pairs plot: marginal kernel densities in diagonal, bivariated kernel densities in triangular superior; and scatter bivariate plots in triangular inferior
plotpairs(X,maxg=5,cex=1)
X |
matrix or data.frame of numeric colums |
maxg |
maximum number of variables to plot |
cex |
size of the points in dispersion diagrams |
Plot row profiles in horizontal form and columns profiles in vertical form
The function does not return values
Campo Elias Pardo cepardot@unal.edu.co
data(iris)
plotpairs(iris[,-5])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.