A visual data summary for data frames
If you want to get a quick numerical summary of a data set, the summary function gives a nice overview for data frames: __ require(ggplot2) Loading required package: ggplot2 __ data(diamonds) __ summary(diamonds) carat cut color clarity depth table Min. :0.2000 Fair : 1610 D: 6775 SI1 :13065 Min. :43.00 Min. :43.00 1st Qu.:0.4000 Good : 4906 E: 9797 VS2 :12258 1... [Read more...]