Soyeon Kim
2010-Nov-19 20:57 UTC
[R] How to print "graph1.png" "graph2.png" "graph3.png" ... ?
Dear All, I want to print out "graph1.png" "graph2.png" "graph3.png" ... How can I print it out? Thank you,
Jorge Ivan Velez
2010-Nov-19 21:05 UTC
[R] How to print "graph1.png" "graph2.png" "graph3.png" ... ?
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]]