# default luck
draw(luck())
# apply the default rotation on the default luck
draw(rotate(luck()))
# force clockwise rotation
draw(rotate(luck(), rule = "inv"))
# default luck
draw(luck())
# apply the default rotation on the default luck
draw(rotate(luck()))
# force clockwise rotation
draw(rotate(luck(), rule = "inv"))
Run the code above in your browser using DataLab