Saved Bookmarks
| 1. |
which of the following functions can be used to finely control the appearance of all lattice plots ?(a) par()(b) print.trellis()(c) splom()(d) trellis.par.set() |
|
Answer» Correct answer is (d) trellis.par.set() To explain I would say: All high-level function in lattice are generic. |
|