0
Month <- as.yearmon("2013-02") + 0:37/12
plot(Month, H, type = "l", col="blue", ylim=c(5, 7), ylab="")
lines(Month,Z, type = "l", col = "red", ylim=c(5, 7))
legend("topright",legend=c(expression(Forcasted), expression(Acutal),
col = c('blue', 'red'),
lty = 1:1)
我的數據從2013年2月開始到2016年3月。我只想在「x軸」上顯示從2013年2月開始到2016年3月結束的月份和年份。我嘗試了很多東西,但都沒有工作。 R中的標籤x軸
提供您的代碼 – RUser
幫助關閉下面一個建議的回答重複的例子 - 如果它解決您的問題 – RUser