[R] how to make point character thicker in xyplot?
array chip
arrayprofile at yahoo.com
Fri Sep 24 01:03:00 CEST 2010
Thank you Greg. I also got it work by using panel.points (lwd=2) instead of
using panel.xyplot()
----- Original Message ----
From: Greg Snow <Greg.Snow at imail.org>
To: array chip <arrayprofile at yahoo.com>; "r-help at r-project.org"
<r-help at r-project.org>
Sent: Thu, September 23, 2010 2:48:06 PM
Subject: RE: [R] how to make point character thicker in xyplot?
There is probably a simpler way, but if you want full customization, look at
panel.my.symbols in the TeachingDemos package.
-----Original Message-----
From: array chip <arrayprofile at yahoo.com>
Sent: Thursday, September 23, 2010 2:52 PM
To: r-help at r-project.org <r-help at r-project.org>
Subject: [R] how to make point character thicker in xyplot?
Is there anyway to make plotting point character being thicker in xyplot? I mean
not larger which can achieved by "cex=2", but thicker. I tried lwd=2, but it
didn't work. I know "lwd" works in regular plot() not only for lines, but also
for points. For example
plot(1:10, lwd=2)
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