在同一張圖中畫多條折線圖,並添加圖例

mydata 數據如下圖: #在同一張圖中畫多條折線圖並添加圖例rm(list = ls(all = TRUE)) mydata <- read.csv("test.csv",header = TRUE) spring_data <- mydata[which(mydata$season == "spring"),] x_names <- as.vector(spring_data$name) p
相關文章
相關標籤/搜索