Displaying 2 results from an estimated 2 matches for "tp1679488p1679523".
2010 Mar 23
2
Creating pdfs using qplot in qqplot2
I am trying to create plots within a for loop and output them to a pdf.
Here is a working example using plot:
gg <- data.frame(datadate=1:4, spread=5:8)
pdf()
for (i in 1:3) {
plot(gg$datadate, gg$spread, main=i)
}
dev.off()
I am trying to learn more about ggplot2 so I try a slight modification
and it doesn't work. Anyone
2010 Mar 24
0
R-help ordinal regression
...; same effect.
>
> Hope this helps!
>
> -Charlie
>
>
> -----
> Charlie Sharpsteen
> Undergraduate-- Environmental Resources Engineering
> Humboldt State University
> --
> View this message in context: http://n4.nabble.com/Creating-pdfs-using-qplot-in-qqplot2-tp1679488p1679523.html
> Sent from the R help mailing list archive at Nabble.com.
>
>
>
> ------------------------------
>
> Message: 54
> Date: Tue, 23 Mar 2010 10:58:33 -0800 (PST)
> From: Sharpie <chuck at sharpsteen.net>
> To: r-help at r-project.org
> Subject: Re: [R]...