[R] odfWeave cross-reference

2007-12-21 Thread Chris.H. Snow
How can I insert cross-references to odfWeave generated figures in my source odf before the graphic has been created with odfWeave? Many thanks, Chris __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the

[R] Book: The New S Language

2007-12-11 Thread Chris.H. Snow
I'm struggling a bit with R with understanding functions and what's going on under the hood. For example, I was given this snippet of code via this mailing list: DF <- data.frame(A =c("A", "A", "A", "B", "C"), B=c(1,1,2,2,0)) g <- paste(DF$A, DF$B) s <- split(DF, g) split appears to be taken the