How can I specify the bin width for just one histogram?
library(GGally)
data(tips, package="reshape")
library(ggplot2)
ggpairs(data=tips, # data.frame with variables
columns=1:3, # columns to plot, default to all.
title="tips data", # title of the plot
mapping=aes(color=sex)) # aesthetics, ggplot2 style