# NOT RUN {
fplots <- getXCI( Res=Results, lb=c("lb2","ub2") )
alphas <- fplots$alphas
ERD <- fplots$ERD
## significant points
Epts <- ERD[ sign(ERD[,4]) == sign(ERD[,5]), ]
filled.contour( x = alphas, y = alphas,
z = matrix(ERD[,3],length(alphas),length(alphas), byrow=TRUE),
xlab = expression(paste(alpha, " (Treatment 1)")),
ylab = expression(paste(alpha, " (Treatment 2)")),
nlevels = 8,
color.palette = colorRampPalette(c( "#993404","#D95F0E","#FE9929","#FFD9BE","#FFFFD4"),
space="rgb"),
plot.axis = ( points( Epts[,c(1,2)], pch=15, cex=0.8, col = "#777799FF" ) )
)
# }
Run the code above in your browser using DataLab