Do you have an example. I am not sure what you mean.
On Mon, Oct 13, 2008 at 9:48 AM, guria <[EMAIL PROTECTED]> wrote:
>
> How Graphs in R with leveling of point can be done?
> Please help.
> --
> View this message in context:
> http://www.nabble.com/graphs-in-R-tp19955281p19955281.html
> Sent f
How Graphs in R with leveling of point can be done?
Please help.
--
View this message in context:
http://www.nabble.com/graphs-in-R-tp19955281p19955281.html
Sent from the R help mailing list archive at Nabble.com.
__
R-help@r-project.org mailing list
Try:
for(i in 1:10){
jpeg(sprintf("Rplots%02d.jpg", i))
plot(rnorm(20))
dev.off()
}
On Mon, Jun 30, 2008 at 11:58 AM, Leandro Marino <[EMAIL PROTECTED]>
wrote:
> Hi list,
>
> I want to make a lot of graphics to my end course project. So, i was using
> this sintax:
>
>
> jpeg(filename =
paste(sep="", "graf", 1:250, ".jpg")
See ?paste,
G.
On Mon, Jun 30, 2008 at 11:58:51AM -0300, Leandro Marino wrote:
> Hi list,
>
> I want to make a lot of graphics to my end course project. So, i was using
> this sintax:
>
>
> jpeg(filename = "graf01.jpg", width = 1024, height = 1024,
> u
Hi list,
I want to make a lot of graphics to my end course project. So, i was using
this sintax:
jpeg(filename = "graf01.jpg", width = 1024, height = 1024,
units = "px", pointsize = 25, quality = 100, bg = "grey95",
res = NA, restoreConsole = TRUE)
i=1
par(mfrow=c(4,1),col="grey90",fon
5 matches
Mail list logo