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

2010-11-19 Thread Soyeon Kim
Dear All,

I want to print out graph1.png  graph2.png graph3.png  ... How
can I print it out?

Thank you,

__
R-help@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.


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

2010-11-19 Thread Jorge Ivan Velez
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@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.


[[alternative HTML version deleted]]

__
R-help@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.


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

2010-11-19 Thread Soyeon Kim
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
jorgeivanve...@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@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.



__
R-help@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.