get_positions: Define Tracker Container Positions

Description Usage Arguments Value Examples

View source: R/position.R

Description

Define Tracker Container Positions

Usage

1
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:

  • CLQ

  • LCQ

  • QLC

  • CQL

positions

numeric vector of length 3, defining the horizontal proportion of each container. The 3 numbers must add to 100.

Value

data.frame

Examples

1
get_positions(order = 'CLQ', positions = c(55, 25, 20))

mrjoh3/ggtrack documentation built on Dec. 21, 2021, 10:08 p.m.