Skip to content

Removing subtitles in levelplot

2 messages · Sebastian Weirich, Deepayan Sarkar

#
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? 

Thanks a lot, 
Sebastian
#
On Thu, Sep 18, 2008 at 10:20 AM, Sebastian Weirich <lebaron2000 at gmx.net> wrote:
If you mean what I think you mean, then try adding 'strip=FALSE'.

-Deepayan