Computes the (x, y) offset positions for drawing dots on dice faces.
make_offsets(n, width = 0.5, height = 0.5, pad = 0.1)A data.frame with key, x, and y columns indicating dot positions.
Integer from 1 to 6, indicating the number of dots on the die face.
Total width of the die face (default: 0.5).
Total height of the die face (default: 0.5).
Padding to apply around the dot grid (default: 0.1).