##Dendrochronological MEDS:
data(Prings05,envir = environment())
## split the MEDS by levels contained in its second ecological
## factor:
spl <- splitFrame(Prings05,2)
str(spl)
## split the data by levels defined in the 'year' factor:
spl <- splitFrame(Prings05,'year')
str(spl)
Run the code above in your browser using DataLab