I use an R package called a mixer. I want to create some stories using the package, but with my own name. However, the plots already have existing titles. I tried setting main = NULL and using the title command to play the title. But this does not work ... below is an example:
require("mixer") data(macaque) mixer(macaque,qmin=8)->xout plot(xout, frame = 3, main = "") title("Something else")
If you can tell me a general solution for changing the name of the plot when the package already has an existing story title, that would be great! Thanks!
source share