On 09-Nov-06 CG Pettersson wrote:
> Thanks a lot to Demitris for a prompt answer some minutes ago
> on another tread (see below). To avoid excess mails on the list,
> I move onto next question:
> 
> I have another small plotting problem that confuses me. I want
> to plot results from a field trial series, using the numbers of
> the trials as symbols in the plot.
> 
> pch = as.character(trial_no)
> 
> works fine, but truncates the trial number to the first digit.
> As I have sixteen trials in the series I get into problems....
> 
> How do I squeeze in two positions as a symbol in a plot?

Probably text() will do what you want, though there may be other
functions with more resources for such tasks.

Best wishes,
Ted.

--------------------------------------------------------------------
E-Mail: (Ted Harding) <[EMAIL PROTECTED]>
Fax-to-email: +44 (0)870 094 0861
Date: 09-Nov-06                                       Time: 09:36:46
------------------------------ XFMail ------------------------------

______________________________________________
R-help@stat.math.ethz.ch 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