> I am having a few problems with this. 1) My y > label seems to be getting > cut off by the edge of my graphing area. I have tried > adjusting the "mar" > and "omi" but it doesn't seem to make any difference.
Sure mar changes the plot. Add for example par(mar=c(4,8,4,4)) and you can see the whole y-label. No idea abou the texwrapping though.... HTH Jannis ______________________________________________ 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.