Skip to content
Back to formatted view

Raw Message

Message-ID: <Pine.A41.4.58.0401240912010.28426@homer09.u.washington.edu>
Date: 2004-01-24T18:25:37Z
From: Thomas Lumley
Subject: Enhancement to termplot()
In-Reply-To: <574B2D4C-4E14-11D8-A1E7-000A95CDA0F2@anu.edu.au>

On Sat, 24 Jan 2004, John Maindonald wrote:

> I'd like to make the following change to termplot():
>
> Add panel=points as an extra parameter.

>
> (I foreshadowed this when I submitted problem #6327, and offered a fix
> that, in default of anything better, I assume will be made or has been
> made.)

I added a smooth= option, and fixed the bug at that time (a search of
bugs.r-project.org finds it in Models-fixed).  The suggested
fix didn't quite work, but a modification of it did.

BTW, for people who don't know, you can usually find help pages for
R-devel linked at the R web page, allowing you to check if things have
been changed.  At the moment it hasn't caught up with the reorganisation
of the base packages.

	-thomas