Blame | Last modification | View Log | Download | RSS feed
This file contains code chunks with logical and numerical options thattake their value from variables defined in previous chunks.<<a>>=doit <- TRUE@<<b, eval=doit>>=wd <- 4ht <- 5@<<c, fig=TRUE, width=wd, height=ht>>=plot(1)@The following chunk verifies that unknown options can use any valuewithout error.<<foo=bar>>=x <- 42@