I am trying to plot a boxplot in R, and I can't see the boxes, below shows what i see:
and here is the code i am writing:
ggplot(data=FIR,
aes(x=as.factor(FIR$Revised.Status),y=as.numeric(FIR$Diff_Date_Requested)))+
geom_boxplot(fill="blue", alpha=0.2)+xlab("Status")
Revised.Status
: is the results of the request it is A or C
Diff_Date_Requested
: is the difference between 2 dates