I would like to plot the results from a quantile regression, but am not able to:
You can control the image dimensions by png argument.
png
png("image.png", width = 800, height = 600) plot(...) dev.off()
To "finish" the image, use dev.off.
dev.off