Using R to draw graphs is much more flexible than using EXCEL.
For scatter plots, just use plot() directly
For multi-category, in R it is multi-variable, use points() to add categories
Fitting Use fitlt for curves; - lm()
lines(fit)
To add text, use text()