The face-off markers are where face-offs occur. They may take one of two forms: an "X" shape or a circle
lacrosse_face_off_marker(
shape = "O",
feature_thickness = 0,
side_length = 0,
feature_radius = 0
)
A data frame containing the bounding coordinates of a face-off spot
one of the following strings (case-insensitive):
"X"
An "X"-like shape. This must be specified with the
feature_thickness
parameter to specify the width of each bar of
the "X", and the side_length
parameter to control the length of
each bar
"O"
A circle shape. This must be specified with the feature_radius
parameter to determine the size of the circle
The thickness of a single bar of the "X" shape
The length of a single bar of the "X" shape
The radius of a circular face-off spot