You should get no lines at all, as you have not specified that lines be drawn. Use the "type" argument to do so.
xyplot(rnorm(5) ~1:5,pch=4) ## points only xyplot(rnorm(5) ~1:5,pch=4,type="b",lwd=4) ## points with thick lines read ?panel.xyplot carefully (the default panel function for xyplot) for details Cheers, Bert On Wed, Sep 4, 2013 at 1:45 PM, Daniel Hornung <daniel.horn...@ds.mpg.de>wrote: > Hello, > > can it be that xyplot does not support the lwd argument? > > At least here, the following still shows thin lines, as opposed to the > regular > plot command: > > xyplot(Sepal.Length ~ Sepal.Width, data = iris, pch=4, lwd=4) > > Cheers, > Daniel > > -- > Max-Planck-Institute for Dynamics and Self-Organization > Laboratory for Fluid Dynamics, Pattern Formation and Biocomplexity > Biomedical Physics Group > > Am Fassberg 17 > D-37077 Goettingen > > (+49) 551 5176 373 > > ______________________________________________ > R-help@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. > > -- Bert Gunter Genentech Nonclinical Biostatistics Internal Contact Info: Phone: 467-7374 Website: http://pharmadevelopment.roche.com/index/pdb/pdb-functional-groups/pdb-biostatistics/pdb-ncb-home.htm [[alternative HTML version deleted]] ______________________________________________ R-help@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.