bfast2 / bfast

Breaks For Additive Season and Trend
https://bfast2.github.io
GNU General Public License v2.0
41 stars 15 forks source link

Cleanup plot.bfast #82

Open GreatEmerald opened 3 years ago

GreatEmerald commented 3 years ago

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.

yiying99 commented 1 year ago

hey, excuse me, I met a problem during my work, when I enter plot(... , ANOVA=TRUE) in R, it would return the slope and prob, but now it just return NULL now, how could I calculate the slope under this condition?