Dear R-users,
I bumped into an unusual behaviour when a parametre is not recycled.
Using text() with srt= values (turn string by an angle), srt=10*c(1:8), or
even srt=c(1:2) and ploting my eight names to their values in the plot(),
gives the following error:
graphical parameter "srt" has the wrong length
srt seems to accept only one number. IMO, it should accept a vector and
recycle that if necessary.
Can somebody confirm this behaviour true/false, please?
Cheers, Z
[[alternative HTML version deleted]]
______________________________________________
[email protected] 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.