[R] subset() for multiple values

Erik Iverson eriki at ccbr.umn.edu
Thu Feb 18 19:03:15 CET 2010


subset(df, x %in% c(...))

chipmaney wrote:
> This code works:
> 
> subset(NativeDominant.df,!ID=="37-R17")
> 
> 
> This code does not:
> 
> Tree.df<-subset(NativeDominant.df,!ID==c("37-R17","37-R18","10-R1","37-R21","37-R24","R7A-R1","3-R1","37-R16"))
> 
> 
> 
> how do i get subset() to work on a range of values?



More information about the R-help mailing list