When I do a boxplot diagram with the R boxplotfunction, this function prints the y-axis automatically.
boxplot(x=DF$Baseline.Investment, xlab="Baseline.Investment",col=c('green'))
I want the y axis limits changed to millions. Could someone help with this question? Thanks in advance.