Load default parameters for a specified league. This should only be used when debugging the package
load_default_parameters(
league = "",
display_range = "full",
court_updates = list(),
field_updates = list(),
pitch_updates = list(),
rink_updates = list(),
sheet_updates = list(),
color_updates = list(),
rotation = 0,
x_trans = 0,
y_trans = 0,
court_units = NULL,
field_units = NULL,
pitch_units = NULL,
rink_units = NULL,
sheet_units = NULL,
xlims = NULL,
ylims = NULL
)
Nothing, but environment variables should be set
The league to load into the global environment
The display range to load into the global environment
The default court_updates
to load into the global
environment. This will default to an empty list
The default field_updates
to load into the global
environment. This will default to an empty list
The default pitch_updates
to load into the global
environment. This will default to an empty list
The default rink_updates
to load into the global
environment. This will default to an empty list
The default sheet_updates
to load into the global
environment. This will default to an empty list
The default color_updates
to load into the global
environment. This will default to an empty list
The default rotation to load into the global environment.
This will default to 0
The default translation in the x
direction to load into
the global environment. This will default to 0
The default translation in the y
direction to load into
the global environment. This will default to 0
The default units for a court-like surface. The default
will be NULL
The default units for a field-like surface. The default
will be NULL
The default units for a pitch-like surface. The default
will be NULL
The default units for a rink-like surface. The default will
be NULL
The default units for a sheet-like surface. The default
will be NULL
The default limits on the plot to use in the x
direction.
The default will be NULL
The default limits on the plot to use in the y
direction.
The default will be NULL