I am really bad at remembering which parameter does what in plot() function in R. And i found out that the autocomplete doesnt suggest or show any plot parameters. Is there a way to enable the autocomplete for those parameter names or a way to import user defined completions for it?
Ex:
plot(data, col = "blue", cex = .7, pch=0, lty=6)
None of these paramters (except data) are shown in the autocomplete.