danielmedbar

Results 2 comments of danielmedbar

Hi there! I get the same. It seems this happens when you have plot=T and 0 anomalies detected. For some reason instead of showing the plot with 0 outliers it...

i think the problem is there and in line 148: `if (anom_pct == 0) { if (verbose) message("No anomalies detected.") return(list(anoms = data.frame(), plot = plot.new())) }` it should have...