I am using the function plotMDS()
of package limma
that makes a plot by the simple plot()
format of R, and also returns the position of the points on the plot as output. I want to use the output of plotMDS()
to produce my own beautiful plot.
Is there any way to run plotMDS()
without having it's plot really generated? The reason I ask so is that I have already casted the output to a PDF file and I don't want the original plot of the plotMDS()
to be there!