search for: subdocu

Displaying 3 results from an estimated 3 matches for "subdocu".

Did you mean: subdom
2010 Mar 05
2
Sweave and optional document sections
...in detail, with subsections, text and code chunks. What facilities do I have in Sweave (or odfWeave) for that? Perhaps, for code chunks, I could wrap all the code inside in if(has_daily_data) {...}? What about inserting conditional text and sections? Would it make sense to split the document into subdocuments and somehow include the optional subdocuments only if needed? How would I go about that? Would appreciate any pointers. Thank you, Aleksey [[alternative HTML version deleted]]
2006 Apr 12
2
Location of match?
...hing documents. How can I then find all locations in a specific document where it matched "bob~0.5". What I need is something like an array that contains the start index and length for each match within a given document. Does this exact? Should I break up my matching document into subdocuments then search on that? Also for my application I will be searching for fairly large pieces of text ( many sentences long ) and doing fuzzy matching. I suppose what I am doing is very similar to trying to find matching phrases within an essay to catch people plagiarizing (that''s...
2007 Jun 05
1
multiple plot in odfWeave
Hello R users, I found the odfWeave package to create an odf document. It seems to be a very nice tool. So i tried to used it to create a report with multiple plot: I create an odt file with some code inside: I connect to a mysql database I get a list of projects foreach project I would like to make a plot (a map exactly) then in a R console I use the odfweave (inFile, outFile) function.