The code i have used is:
library(ggplot2)
read.csv("broadbanddata.csv")
ggplot(broadband) + geom_boxplot(aes(x = rsp, y = Busy.hour.trimmed.mean.download.speed))
but it just comes up with a bunch of squiggly lines
The code i have used is:
library(ggplot2)
read.csv("broadbanddata.csv")
ggplot(broadband) + geom_boxplot(aes(x = rsp, y = Busy.hour.trimmed.mean.download.speed))
but it just comes up with a bunch of squiggly lines