I have drawn a plot using the Bayesian change point, and I need to add a minor tickmark to the x-axis. Can anyone help me? Here are my codes:
df<-read.csv("Temp.csv")
x <- df.ts
bcp_x <- bcp(x, return.mcmc = TRUE)
plot(bcp_x)
[
I have drawn a plot using the Bayesian change point, and I need to add a minor tickmark to the x-axis. Can anyone help me? Here are my codes:
df<-read.csv("Temp.csv")
x <- df.ts
bcp_x <- bcp(x, return.mcmc = TRUE)
plot(bcp_x)
[