bfast
bfast copied to clipboard
bfastts with type="regular"
zoo is able to convert regular time series zoo objects into ts objects, so it is possible to automate making a bfastts from a zoo object that way. The problem is that frequency(bfastts) is then < 1, so all code using that function needs to use a separate parameter instead. That requires some code refactoring.