Closed istvan60 closed 1 year ago
It seems that
class(outputGHP_std_chron_stab) <- c("crn", "data.frame")
does the trick, however, I had to do this manually and this line seems to be missing from the function.
Great. I'm adding that class addition to the function in the dev version. Appreciate the spot.
Dear Andy!
I ran into what I think is a bug. The
chron()
run on the detrendedBakta.rwl
works fine and produces an output of crn class, but thechron.stabilized()
does not. The structure of the two outputs is the same, there is just a difference in class, so I cannot produce thecrn.plot()
.Could you please take a look at it? Please find the .rwl data attached
Bakta.zip
Thank you very much!