This file contains code chunks with logical and numerical options that take their value from variables defined in previous chunks. <>= doit <- TRUE @ <>= wd <- 4 ht <- 5 @ <>= plot(1) @ The following chunk verifies that unknown options can use any value without error. <>= x <- 42 @