Hi, I'm doing cross-correlation correlograms with the ncf package. I have four study sites ; four correlograms. I'd like to get the same y scale for the four of them... only, using "ylim=c(-1,1)" does not change the y scale never and I don't know why. I tried with plot() too.
Is there another option to change the ylim in plots ? Example with only one correlog (all work but ylim). They all have the same form. cross_calf2 <- correlog(calf2$X,calf2$Y, calf2$species1, calf2$species2, increment=2) plot.correlog(cross_calf2,ylim=c(-1,1)) Thanks ! Pyh. -- View this message in context: http://r.789695.n4.nabble.com/Ylim-problem-plot-correlog-ncf-package-tp4640044.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list 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.