lacrosse_center_line {sportyR} | R Documentation |
The center line divides the field of play into two equal halves, which are
generated via lacrosse_offensive_zone()
, lacrosse_defensive_zone()
, and
lacrosse_neutral_zone()
. This line may not stretch the entire width of the
field, so a parameter is created instead
Description
The center line divides the field of play into two equal halves, which are
generated via lacrosse_offensive_zone()
, lacrosse_defensive_zone()
, and
lacrosse_neutral_zone()
. This line may not stretch the entire width of the
field, so a parameter is created instead
Usage
lacrosse_center_line(center_line_width = 0, line_thickness = 0)
Arguments
center_line_width |
The width of the center line (distance in |
line_thickness |
The thickness of the center line |
Value
A data frame containing the bounding coordinates of the center line
[Package sportyR version 2.2.2 Index]