Skip to content
Prev 300186 / 398503 Next

computing a subset using a loop

I looks like you want to use the 'split' function which would create a
list of dataframes with the various conditions:

result <- split(Baumdaten, list(Baumdaten$transectID,
Baumdaten$Baumart), drop = TRUE)
On Sun, Jul 15, 2012 at 11:31 AM, burton030 <burton69 at hotmail.de> wrote: