bfast icon indicating copy to clipboard operation
bfast copied to clipboard

bfastts with type="regular"

Open GreatEmerald opened this issue 7 years ago • 0 comments

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.

GreatEmerald avatar Jun 13 '18 09:06 GreatEmerald