Skip to content
Back to formatted view

Raw Message

Message-ID: <70EADB44-20AD-469A-B78C-23FDCBE1BD2B@umn.edu>
Date: 2009-02-24T15:29:07Z
From: Kirk Wythers
Subject: control data symbols in pairs function

How does one control the size and type of data symbols in pairs()? I  
am trying to use the little dot (as in type=".") with absolutely no  
success.

Here is the pairs call I am using:
pairs(data.frame, panel=function(x,y) {points(x,y); lines(lowess(x,y))})

or even simpler:
pairs(data.frame, panel=panel.smooth)

Any hints would be much appreciated.