I have the following cross correlation function (ccf) with an acf class which I am trying to plot:
acf
> data.ccf<-structure(list(acf = structure(
You can try:
plot(data.ccf, main = "", ylab = "")
or
plot(data.ccf, main = NA, ylab = NA)
both of which result in the following for me: