[R] xyplot axis line width
Daisy Englert Duursma
daisy.duursma at gmail.com
Tue Sep 14 05:05:53 CEST 2010
check out ?par for all the details on plotting
‘mgp’ The margin line (in ‘mex’ units) for the axis title,
axis labels and axis line. Note that ‘mgp[1]’ affects
‘title’ whereas ‘mgp[2:3]’ affect ‘axis’. The
default is ‘c(3, 1, 0)’.
On Tue, Sep 14, 2010 at 8:56 AM, array chip <arrayprofile at yahoo.com> wrote:
> Hi, another question: is there any argument that controls the line width of axis
> box of xyplot()? I tried lwd=2 or lwd.axis=2 in xyplot() or within scales=list()
> argument, without success.
>
> Thanks
>
> John
>
> ______________________________________________
> 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