Cleanup plot.bfast
Open
enhancement
good first issue
- Dominant language
- R
- Stars
- 53
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
Currently the return value of `plot.bfast` is random and differs depending on the last command run, usually returning a numeric `1` from `par()` which is meaningless. It should not return anything.
Contributor guide
Research direction
Start by locating the plot.bfast implementation and inspect how its final expression determines the return value. Confirm the current behavior, then make the function return nothing and verify that calling plot.bfast no longer yields the incidental numeric value.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- data-visualization
- Issue type
- Refactor
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100