lacrosse_offensive_zone {sportyR} | R Documentation |
The offensive zone is where a team tries to score a goal. It is the TV-right area on the field
Description
The offensive zone is where a team tries to score a goal. It is the TV-right area on the field
Usage
lacrosse_offensive_zone(
field_length = 0,
field_width = 0,
corner_radius = 0,
nzone_length = 0,
field_shape = "rectangle"
)
Arguments
field_length |
The interior length of the field |
field_width |
The interior width of the field |
corner_radius |
The radius of the corner (assuming |
nzone_length |
The length of the neutral zone |
field_shape |
The shape of the field, passed as a string |
Value
A data frame of the bounding coordinates of the offensive zone
[Package sportyR version 2.2.2 Index]