Plotting

直方图

library(ggplot2) ggplot(data=Sort_Province) + ## 加号要放在后面,在前面会出现错误讯息 geom_bar(aes(x=Sort_Prov, stat="count"), fill="lightblue", colour="black")

同時畫兩張圖,這時候可以使用par()函式

plot

type = "l" 為折線圖

type = "p"為點點圖

type = "b"為點線圖

type = "s"像step function圖

ylim & xlim可以給兩軸值的範圍

lty是線的type

lwd是線的粗細

col可以給不同的顏色

xaxt="n":使x軸消失

xlab & ylab = "":可以給兩軸標題

expression(paste(pi))寫出希臘符號

results matching ""

    No results matching ""