Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standardize outputs of various bfast functions #80

Open
mirt001 opened this issue Mar 31, 2021 · 0 comments
Open

Standardize outputs of various bfast functions #80

mirt001 opened this issue Mar 31, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@mirt001
Copy link
Collaborator

mirt001 commented Mar 31, 2021

This is partially aesthetics, but also functionality.
E.g.
bfastpp return(rval)
bfast return(structure(...))
bfastlite return(Result)
bfastmonitor return(rval) # rval = list(...)
bfastts return(ts(..))

It would be nice if the above would be standardized, e.g. returns could either return a variable that is suitable for the context, or a variable that is called e.g. result.
Also, we have various structures for bfast bfastlite, but not for bfastmonitor. Not sure if they are all needed.

@GreatEmerald GreatEmerald added the enhancement New feature or request label Mar 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants