On 07/07/2010 02:39 AM, beloitstudent wrote:

Thanks for the advice!  It has worked for the most part.  However, I am
still coming up with an error message when placing my break line in the axis
that I'm not sure what it means.  If you could help me out, that would be
fantastic...otherwise I might just have to see if I can add it on
powerpoint.  Here is the code you gave me and my script that doesn't work.
...
axis.break(axis=2, breakpos=50,style="slash",pos="-20",brw=0.02)*

This line should be:

axis.break(axis=2, breakpos=50,style="slash",pos=-20,brw=0.02)

That is, you have passed a character string instead of a number.

Jim

______________________________________________
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.

Reply via email to