Define Tracker Container Positions
get_positions(order, positions)
Arguments
order |
character of length 3 defining placement
order for "caption" (C), "logo" (L) and "QR" (Q) code. Must be one of:
|
positions |
numeric vector of length 3,
defining the horizontal proportion of each container. The 3 numbers
must add to 100.
|
Value
data.frame
Examples
#> order position xmin xmax
#> 1 C 55 0.00 0.55
#> 2 L 25 0.55 0.80
#> 3 Q 20 0.80 1.00