anomalyData2()$plot throwing plotting error
EvanFalcone opened this issue · 0 comments
EvanFalcone commented
Unsure of the following issue's reproducibility, but line 74 of server.R file through an error when using anomalyData2()$plot.
Rewriting the plot functionality using base R plot() seemed to fix this (but unsure whether it changes the intended visualization formatting), i.e.:
anomalyData2()$plot
to plot(anomalyData2())