How can I remove the caption that is automatically generated in the plot
function of the drc
package?
plot(curva5r, ylab= "Dose (%)", xlab = "Dose (g.e.a. de glyphosate ha-1)")
Note that the caption stays on top of the plotted data and I want to remove it. It does not help to use another plot style (eg ggplot2) because it does not support the package used to tweak the data.
Thank you friends.