This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Contributed by Max Cherny (email: [email protected]] | |
# clear objects | |
rm(list = ls()) | |
# close graphics windows | |
graphics.off() | |
#Need gridExtra for gridtext function | |
require(gridExtra) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## DEMO FOR SAFETY GRAPHICS | |
require(lattice) | |
## The following functions are in the HH package | |
panel.ae.dotplot <- | |
function (x, y, groups, ..., col.AB, pch.AB, lower, upper) | |
{ | |
panel.num <- panel.number() | |
if (panel.num == 1) | |
panel.ae.leftplot(x, y, groups = groups, |