Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经使用贝叶斯变化点绘制了一个图,我需要在 x 轴上添加一个小刻度线。谁能帮我?这是我的代码:
df<-read.csv("Temp.csv") x <- df.ts bcp_x <- bcp(x, return.mcmc = TRUE) plot(bcp_x)
[