boxplot(MDS~thedate,data=Sensors_daily)
library(plotly) plot_ly(Sensors_daily, y = MDS, color = thedate, type = "box")
boxplot(Growth~thedate,data=Sensors_daily)
plot_ly(Sensors_daily, y = Growth, color = thedate, type = "box")