DrCJones <matthias.goddard <at> gmail.com> writes: > for a simple scatterplot: > > plot(X ~ Y, type = 'p', col = 'red') > > this produces red-edged circles, but I want to fill in the circles. plot(X ~ Y, type = 'p', col = 'red', pch=16)
Are you sure you want X~Y and not Y~X? ______________________________________________ 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.