third, WDYT about frolladapt() returning a classed object (or other attribute)?
Then frollmean() can just look for that attribute and apply adaptive=TRUE automatically.
Now, using frollmean(., frolladapt(), adaptive=TRUE) looks pretty redundant because we have to write 'adapt' twice.
Originally posted by @MichaelChirico in #7291 (comment)
third, WDYT about
frolladapt()returning a classed object (or other attribute)?Then
frollmean()can just look for that attribute and applyadaptive=TRUEautomatically.Now, using
frollmean(., frolladapt(), adaptive=TRUE)looks pretty redundant because we have to write 'adapt' twice.Originally posted by @MichaelChirico in #7291 (comment)