Storing plot objects in a list

后端 未结 5 1444
星月不相逢
星月不相逢 2020-12-03 15:04

I asked this question yesterday about storing a plot within an object. I tried implementing the first approach (aware that I did not specify that I was using qplot()

5条回答
  •  天命终不由人
    2020-12-03 15:38

    For your second question: Multi-page pdfs are easy -- see help(pdf):

     onefile: logical: if true (the default) allow multiple figures in one
              file.  If false, generate a file with name containing the
              page number for each page.  Defaults to ‘TRUE’.
    

    For your main question, I don't understand if you want to store the plot inputs in a list for later processing, or the plot outputs. If it is the latter, I am not sure that plot() returns an object you can store and retrieve.

提交回复
热议问题