Skip to content
Back to formatted view

Raw Message

Message-ID: <1344699681439-4640044.post@n4.nabble.com>
Date: 2012-08-11T15:41:21Z
From: Pyhrell
Subject: Ylim problem - plot.correlog, ncf package

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.