如何为一个直方图指定 bin 宽度?
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