Hello, I am using the dlnm package and I would like to change the x-axis labels in the slices figures (the figures showing associations along the range of the predictor at specific lags and along the range of lags at specific values of the predictor. I am using the following script: plot(crosspred, "slices", var=c(33,31,29,28), lag=c(0,1,2,3), ci.level = 0.95, col=2, ci.arg=list(density=60, col=grey(0.7))) When I simply add "xlab =" statement, nothing changes and the labels remain as default (Var and lag). Thank you,Gosia [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.