On Wed, 2009-08-12 at 11:51 -0700, Jason Rupert wrote:
> Using the standard plotting routine in R, i.e. no special packages, is
> there a way to add in minor tics to the axes?
>
> Also, is there a way to make sure the major axes labels are at the
> origin? When I'm looking at a plot, the major
You can use the axis function to add tick marks and labels at specified
positions (including whatever origin you want to use). If you add shorter tick
marks without labels, then they are minor ticks (usually you will suppress the
default axes using axes=FALSE or xaxt/yaxt='n', then use the axis
2 matches
Mail list logo