0

is there a way to manipulate the font size on the plot produced by the command descdist() in the fitdistrplus library?

I want to store the plot by using:

dev.print(pdf, "output_file.pdf", onefile=TRUE, paper='A4r',
          width= 11, height = 8)

to be able to import it into my LaTex documentation. Unfortunately, the fonts are quite small and no one will be able to read it if I print it.

Thank you for your help in advance.

bdvd
  • 117
  • 1
  • 1
  • 11
  • 1
    looks like you will ahve to set the `par`ameters globally. See `?par`. Also http://stackoverflow.com/questions/4241798/how-to-increase-font-size-in-a-plot-in-r – user20650 Aug 04 '16 at 18:31
  • 1
    This is what I needed. Thanks. – bdvd Aug 04 '16 at 19:05

0 Answers0