用R繪製幾個常見的統計描述圖

直方圖 單個直方圖: mycol <- c("#377EB8","#FF7F00","#4DAF4A") #定義顏色變量 p0 <- ggplot(data=dt1,aes(x=index1))+ geom_histogram(fill = mycol[1],position = 'identity',colour = "black",binwidth = 8,alpha = .6) +#bi
相關文章
相關標籤/搜索