[R-SIG-Finance] iterations inside odfWeave
Eugene Tyurin
etyurin at skipstonellc.com
Wed Jun 3 03:18:06 CEST 2009
Brian,
Your point is taken.
However, odfWeave does not have a dedicated mailing list, and, in my
experience, similar problems seem to arise in pursuit of similar
objectives.
How often does a statistician write a paper where he does not know the
structure of his data beforehand? But a trader never knows how many
securities are going to satisfy his pre-screening criteria.
On 6/2/2009 7:43 PM, Brian G. Peterson wrote:
> Eugene Tyurin wrote:
>> I am writing a report using odfWeave, and I need to run a function
>> several times to produce several pages of charts.
>>
>> Here's my best attempt - unfortunately it only produces one chart
>> instead of multiple:
>>
>> <<fig3,echo=FALSE,fig=TRUE>>=
>> for( q in tickers_) {
>> multi_graph(q,asofDate)
>> }
>>
>> Is there a "right" way to do it?
> I'd suggest emailing the maintainer of odfWeave, and perhaps sending
> this query to r-help. It has nothing directly to do with finance.
>
> Regards,
>
> - Brian
>
More information about the R-SIG-Finance
mailing list