plot(BLOOD) # plots BLOOD dataset
if (FALSE) {
plot(BLOOD, type = "HISTO", border = "blue") # plots a matrix of histograms
plot(BLOOD, type = "DENS", border = "blue") # plots a matrix of densities
plot(BLOOD, type = "BOXPLOT") # plots a boxplots
}
Run the code above in your browser using DataLab