I am trying to analyze some noisy time series data in R. The data are based on the CO2 emissions of animals, and they show some cyclic periodicity that I would like to characterize. I would like to test hypotheses:
H0: There is no cyclic release of CO2 (i.e. no more than random).
H1: There is a picture of CO2 emissions in a cycle or pulses.
So, to do this, I imported the data into R, converted it to a time series class, and built its periodogram.
t25a <- read.table("data.txt", header=TRUE, sep="\t")
t1 <- ts(t25a$Co2)
plot(t1)
spec.pgram(t1, spans=4, log="no")
Here's what it looks like, with raw data plotted on top and a periodogram below:

, . - ? , ? , , , , , "" , .