powered by
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)
matrix or data.frame of numeric colums
maximum number of variables to plot
size of the points in dispersion diagrams
The function does not return values
Plot row profiles in horizontal form and columns profiles in vertical form
# NOT RUN { data(iris) plotpairs(iris[,-5]) # }
Run the code above in your browser using DataLab