[R] How to print "graph1.png" "graph2.png" "graph3.png" ... ?

Soyeon Kim yunni0731 at gmail.com
Fri Nov 19 22:09:11 CET 2010


Yes. This is what I want to do. Thanks!
I've tried to paste function but I didn't know how to use
appropriately in this case.

Have a nice weekend.

On Fri, Nov 19, 2010 at 3:05 PM, Jorge Ivan Velez
<jorgeivanvelez at gmail.com> wrote:
> Perhaps this?
>  paste('graph', 1:10, '.png', sep = "")
> Please give us more context/details on what you are trying to do. I
> will undoubtedly help us to help you. In this case, the posting guide is
> your friend.
>
> HTH,
> Jorge
>
>
> On Fri, Nov 19, 2010 at 3:57 PM, Soyeon Kim <> wrote:
>>
>> Dear All,
>>
>> I want to print out "graph1.png"  "graph2.png" "graph3.png"  ... How
>> can I print it out?
>>
>> Thank you,
>>
>> ______________________________________________
>> R-help at r-project.org mailing list
>> https://stat.ethz.ch/mailman/listinfo/r-help
>> PLEASE do read the posting guide
>> http://www.R-project.org/posting-guide.html
>> and provide commented, minimal, self-contained, reproducible code.
>
>



More information about the R-help mailing list