search for: fv02_itt_patients_waterfall

Displaying 1 result from an estimated 1 matches for "fv02_itt_patients_waterfall".

2011 Aug 31
2
Treat an Unquoted Character String as a Data Frame
.... Here is a condensed look at my function: waterfall=function(data,title,file) { barplot(height=data$brpercent,main=paste("Best Change in Tumor Volume\n",title)), savePlot(filename=file,type="pdf") } waterfall(data=fv02patients.itt,title="EC-FV-02 ITT Patients",file=fv02_itt_patients_waterfall") It may be easier to leave it the way I have it, but if this is possible, I would still be interested in knowing. -- View this message in context: http://r.789695.n4.nabble.com/Treat-an-Unquoted-Character-String-as-a-Data-Frame-tp3781372p3781372.html Sent from the R help mailing list arch...