I'm trying to add a title at the top of the page scatterplots, however whenever I use the command title it doesn't add the title at the top of page and overwrites my plots. Is there a way to fix this ?
plot(median, pch = ".")
title(main = "Scatterplot of the median vectors ",line = 0,font=2)