Skip to content
Prev 308058 / 398503 Next

data dividing

Hello,

Your function works,

 > sapply(1:12, Jahreszeit)
  [1] "Winter"    "Winter"    "Fruehling" "Fruehling" "Fruehling" "Sommer"
  [7] "Sommer"    "Sommer"    "Herbst"    "Herbst"    "Herbst" "Winter"

but not with your data? We don't know what your data looks like. Post an 
example using ?dput

dput( head(dat, 30) )  # paste the output of this in a post

Hope this helps,

Rui Barradas
Em 16-10-2012 10:26, bambus escreveu: