hist()和barplot()的功能差不多。
6 | 14指的是61有一个,64有一个。
xaxs、yaxs:坐标的样式。
pch:点的图形形状。
plot:是高级绘图
lines:是低级绘图
低级绘图必须依靠高级绘图。
lwd:线的宽度。
默认数值越大,颜色越浅,也可设置相反。
Rowv和Colv设置是否需要按行或列聚类;scale设置是否需要按行或列标准化;na.rm设置是否移去NA;RowSideColors和ColSideColors可以在行或列边缘添加颜色;keep.dendro设置是否画聚类树。
margins = c(5, 5), ColSideColors, RowSideColors,
dev.off returns the number and name of the new active device (after the specified device has been shut down).
dev.set returns the number and name of the new active device.