On 3/27/06 6:55 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:

> Dear R list,
> 
> Can anyone help with a plotting question? I'm trying to display some data
> on a plot and I've almost got the format I need (see code below), but 2
> things I can't get:
> 
> 1. How to get "Jan","Feb","Mar" on the x=axis instead of 1:3?

First, do your plot with (..., axes=F).  Then, look at the help for axis()
to put the axes on the plot.

> 2. How to get "T"s on the end of my error bars like you have in standard
> scientific plots?

RSiteSearch('error bars') several answers that might be of interest.

Sean

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

Reply via email to