2
如何修改此代碼以使其具有一個繪圖,以便它在圖形上顯示 其每個點的相應行號作爲標籤。將標籤*行號*添加到繪圖
inter <- seq(7.5, 21.5, 1)
LogDifference <- c("na",1.5,0.8,0.6,0.01,-0.57,-0.11,0.41,0.068,-0.19,-0.31,0.05,0.14,0.6,0.5)
S<-data.frame(inter,LogDifference)
plot(x = S$inter,S$LogDifference)