Skip to content
Prev 246600 / 398506 Next

Find and remove elemnts of a data frame

With dataframe xx (naming a data.frame as data.frame is a bit dicey

subset(xx, xx[,4]> -45)
--- On Thu, 1/6/11, Alaios <alaios at yahoo.com> wrote: