Displaying 1 result from an estimated 1 matches for "baumdaten".
2012 Jul 15
4
computing a subset using a loop
...me with different variables and I want to build different
subsets out of this data frame using some conditions and I want to use a
loop because there will be a lot of subsets and this would be saving a lot
of time.
I try to give you an overview about my data frame. I have a data frame named
"Baumdaten" and it has one column named "transectID" with different IDs
(A_SEF ,A_LEF, B_SEF etc.) there is another column named "Baumart" with
different species like Abies alba, Betula pendula, etc. I want to build now
subsets and the first subset should be named A_2_SEF_Abies_alba a...