# NOT RUN {
# The default two-stage design
des <- des_two_stage()
# Its terminal points across stages 1 and 2
term_12 <- terminal(des)
# Its terminal points from stage 2 only
term_2 <- terminal(des, 2)
# A plot of these points
plot(term_2)
# }
Run the code above in your browser using DataLab