Hi,
thanks, but this does not solve the problem. If I make y.intersp large
enough then it works properly. Maybe I was not clear enough: I want to
have the small distance between the lines and no overlap between the
title and the lines.
Sigbert
Am 04.03.23 um 17:59 schrieb Bert Gunter:
Set
Set the legend position explicitly with x and y values and add xpd = TRUE
to the legend call to clip the plot to the figure region and not the plot
region (the default). Something like this (you may have to fool around with
y.intersp, etc. to allow enough space between the legend lines):
plot(c(0,
Hi,
my MWE is not working as expected:
plot(c(0,1), c(0,1), type="n")
legend("top", legend=c("", "", "a"), col=c("blue", "red", "green"),
title="test", y.intersp=0.2, lwd=1)
The lines are not below the title. I want (nearby) lines as in the plot,
but below the title. Is there a way to achie
Dear Franz
Only attachments of specific types are allowed on the R lists and yours
did not come through. It might be necessary to show your code as well.
Have you thought of trying the mailing list dedicated to mixed models?
https://stat.ethz.ch/mailman/listinfo/r-sig-mixed-models
Michael
O
Dear R-project team,
I have a problem with the function varFixed() of the nlme-package.
I used it with the squid-data of Zuur et. al 2009 (chapter 4), to fix
increasing residuals (heterogenetiy) (see graph in the email)
I get the message '
Variance function structure of class varFixed with n
5 matches
Mail list logo