search for: diamondmatrix

Displaying 2 results from an estimated 2 matches for "diamondmatrix".

2010 Jan 21
0
GGally - Plot Matrix Extension for GGplot2
...s) # Make a ggpairs object with # the upper triangle containing 2D density plots and box plots, # the lower triangle containing scatter plots and dod plots, # the diagonal containing histograms. # The color of each plot, if applicable, will be done accordingly to "cut" # diamondMatrix <- ggpairs( diamonds[,1:3], upper = list(continuous = "density", combo = "box"), lower = list(continuous = "points", combo = "dot"), diag = list(continuous = "bar", discrete = "bar"), color = "cut",...
2010 Jan 21
0
GGally - Plot Matrix Extension for GGplot2
...s) # Make a ggpairs object with # the upper triangle containing 2D density plots and box plots, # the lower triangle containing scatter plots and dod plots, # the diagonal containing histograms. # The color of each plot, if applicable, will be done accordingly to "cut" # diamondMatrix <- ggpairs( diamonds[,1:3], upper = list(continuous = "density", combo = "box"), lower = list(continuous = "points", combo = "dot"), diag = list(continuous = "bar", discrete = "bar"), color = "cut",...