Updating graphics
We have seen how easy it is to create multi-panel plots using xyplot(), barchart() and other functions of lattice. We mentioned in the introduction that lattice graphics can be customized on the fly. Yet, we haven't taken that opportunity yet. In this section, we will see how lattice plots can be customized using the update() function. Note that the customizing can be done when creating the object as well. We will use another simple dataset for this purpose: the ChickWeight dataset. This dataset contains four attributes which describe the growth of chickens through time, with several diets; weight: the weight of the chicken, Time: the age of the chicken, Chick: the identifier of the chicken, and Diet: how the chicken was fed. ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access