Skip to content
Back to formatted view

Raw Message

Message-ID: <eb555e660809181303p5d2da028l695adbf0dd4939f3@mail.gmail.com>
Date: 2008-09-18T20:03:34Z
From: Deepayan Sarkar
Subject: Removing subtitles in levelplot
In-Reply-To: <20080918172044.112790@gmx.net>

On Thu, Sep 18, 2008 at 10:20 AM, Sebastian Weirich <lebaron2000 at gmx.net> wrote:
> Hello,
>
> probable a simple question, but I'm unaware with it. When plotting something like levelplot(z1+z1~x*y|g), each table has a subtitle containing variable name of z1 respectively z2 and the value of g. How can I remove the subtitles?
>

If you mean what I think you mean, then try adding 'strip=FALSE'.

-Deepayan