[R] barplot() x axes are not updated after removal of categories from the dataframe

2009-02-12 Thread R User R User
Hi all, I'd be grateful for your help. I am a new user struggling with a barplot issue. I am plotting categories (X axis) and their mean count (Y axies) with barplot(). The first call to barplot works fine. I remove records from the dataframe using final=[!final$varname == some value,] I echo

Re: [R] barplot() x axes are not updated after removal of categories from the dataframe

2009-02-12 Thread Marc Schwartz
on 02/12/2009 06:35 AM R User R User wrote: Hi all, I'd be grateful for your help. I am a new user struggling with a barplot issue. I am plotting categories (X axis) and their mean count (Y axies) with barplot(). The first call to barplot works fine. I remove records from the

Re: [R] barplot() x axes are not updated after removal of categories from the dataframe

2009-02-12 Thread Dieter Menne
R User R User ruser2008 at googlemail.com writes: I am plotting categories (X axis) and their mean count (Y axies) with barplot(). The first call to barplot works fine. I remove records from the dataframe using final=[!final$varname == some value,] I echo the dataframe and the records