[R] Plot history

David Winsemius dwinsemius at comcast.net
Tue Aug 30 00:34:45 CEST 2011


On Aug 29, 2011, at 6:03 PM, Ayyappa Chaturvedula wrote:

> Dear R group,
>
> I am trying to plot uisng a for loop.  Here is the script:
> for (i in unique(cfn$ID)){
> plot(cfn$TIME[cfn$ID==i],cfn$DV[cfn$ID==i],pch=16)}
>
> I could access only the last plot of the series and cannot go back  
> to see
> all the plots.  I appreciate your help in resolving this issue and  
> also
> please suggest how I can export the plots as a pdf or other format  
> files for
> publication purposes.

?pdf
"dev.off

-- 
David Winsemius, MD
West Hartford, CT



More information about the R-help mailing list