[R] xyplot: tick marks inside panel

Gabor Grothendieck ggrothendieck at gmail.com
Thu Jun 26 18:24:55 CEST 2008


Try this:

xyplot(rivers ~ rivers, scale = list(x = list(tck = -1)))


On Thu, Jun 26, 2008 at 12:02 PM, GOUACHE David
<D.GOUACHE at arvalisinstitutduvegetal.fr> wrote:
> Hello all,
>
> Working with a typical xyplot figure (for example the first from example(lattice) )
> I would like to place the tick marks inside the panels instead of outside.
> I believe working with the axis argument might be the way to do it, but do not see how?
> Could anyone help me out in doing this?
> In advance thank you.
>
> David Gouache
> ARVALIS - Institut du végétal
> Station de La Minière
> 78280 Guyancourt
> Tel: 01.30.12.96.22 / Port: 06.86.08.94.32
>
> ______________________________________________
> R-help at 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.
>



More information about the R-help mailing list