# NOT RUN {
# manifest variables
eggs = manifest("eggs", x=0.3, y=0.7, width=NULL, height=0.08)
milk = manifest("milk", x=0.4, y=0.6, width=NULL, height=0.08)
flour = manifest("flour", x=0.5, y=0.5, width=NULL, height=0.08)
sugar = manifest("sugar", x=0.6, y=0.4, width=NULL, height=0.08)
butter = manifest("butter", x=0.7, y=0.3, width=NULL, height=0.08)
# open wall
wall()
title("Five manifest variables", col.main="gray20")
# draw manifest variables
draw(eggs)
draw(milk)
draw(flour)
draw(sugar)
draw(butter)
# }
Run the code above in your browser using DataLab