R语言学习记录-图形篇
1.坐标轴坐标方向
**las **represents the style of axis labels.
(0=parallel, 1=all horizontal, 2=all perpendicular to axis, 3=all vertical)
2.生成一些列的颜色
- 画颜色梯度条
http://stackoverflow.com/questions/9314658/colorbar-from-custom-colorramppalette</code>
http://www.colbyimaging.com/wiki/statistics/color-bars </blockquote>
4.多个图形置于一张图
5.Text and Symbol Size
option | description |
cex | number indicating the amount by which plotting text and symbols should be scaled relative to the default. 1=default, 1.5 is 50% larger, 0.5 is 50% smaller, etc. |
cex.axis | magnification of axis annotation relative to cex |
cex.lab | magnification of x and y labels relative to cex |
cex.main | magnification of titles relative to cex |
cex.sub | magnification of subtitles relative to cex |
6.
7.
8.
9.
10.
11.
12.
13.
http://blog.revolutionanalytics.com/2009/01/10-tips-for-making-your-r-graphics-look-their-best.html