1. 程式人生 > >《ggplot2-EGDA》 -語法

《ggplot2-EGDA》 -語法

pan https ges nts .cn nbsp eight ima class

ggplot2理論基礎:圖形圖層語法(六種語法組件)

  • 顏色的區別

qplot(displ,hwy,data=mpg,colour=cyl)

技術分享

qplot(displ,hwy,data=mpg,colour=factor(cyl))

技術分享

  • 散點圖
  • 數據到裝飾屬性(橫坐標【0,1】,縱坐標【0,1】,坐標系【平面坐標、極坐標、球面映射】,大小形狀【用整數表示】,顏色)【mapping過程】

技術分享從上到下依次是6,5,4,3,2,1,0

技術分享共25個選項

技術分享(水平、豎直位置的調整)

對齊方式:一、"left", "right", "centre", "center", "bottom", and "top"

.

二、(0,1)取值,從左下角開始

大小(文本、點、線條都可定義)

技術分享

《ggplot2-EGDA》 -語法