Hello,
please help me solve my problem. I have alredy made a graph xyplot in RStudio using the lattice package.
I need to zoom the inscriptions on the x axis and the y axis on xlab=".....", ylab=".....". All of my metods are doesn't work. For example cex or
cex.title. Maybe I can't find the answer on help(xyplot).
I sent a message tith full example to email community@rstudio.com
Please point me in the right direction or a mistake.
... xlab="temperature", ylab="fluorescence induction", sub=16, jitter=.05, cex=1, pch=16, lwd=2, cex.title=1, cex=2)
Thanks, I'll trying now
xyplot(r~temp|rh, xlab="temperature", ylab="fluorescence induction", sub=16, jitter=.05, cex=1, pch=16, lwd=2)
xlab=list(label="temperature", cex=2.5)
ylab=list(label="fluorescence induction", cex=2.5)
It didn't work like 3 lines. I will trying for
update(mygraph, ....)