Skip to content

Find and remove elemnts of a data frame

3 messages · Alaios, John Kane

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