軸のタイトルとラベルの文字サイズを変える
g+theme(axis.text=element_text(size=12),
axis.title=element_text(size=14,face="bold"))
http://stackoverflow.com/questions/14942681/change-size-of-axes-title-and-labels-in-ggplot2
g+theme(axis.text=element_text(size=12),
axis.title=element_text(size=14,face="bold"))
http://stackoverflow.com/questions/14942681/change-size-of-axes-title-and-labels-in-ggplot2