# as a test series, use the three dominant precession terms from Berger et al. (1992)
ex1=cycles()
# mix it
res1 <- bioturb(ex1, G=4, ML=10, v=1, genplot = TRUE)
# un-mix it
res2=unbioturb(res1, G=4, ML=10, v=1, genplot = TRUE)
pl()
plot(ex1,type="l",main="black=signal, blue=bioturbated, red=unbioturbated",lwd=3)
lines(res2,col="red")
lines(res1,col="blue")
Run the code above in your browser using DataLab