load_default_parameters | R Documentation |
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
)
league |
The league to load into the global environment |
display_range |
The display range to load into the global environment |
court_updates |
The default |
field_updates |
The default |
pitch_updates |
The default |
rink_updates |
The default |
sheet_updates |
The default |
color_updates |
The default |
rotation |
The default rotation to load into the global environment.
This will default to |
x_trans |
The default translation in the |
y_trans |
The default translation in the |
court_units |
The default units for a court-like surface. The default
will be |
field_units |
The default units for a field-like surface. The default
will be |
pitch_units |
The default units for a pitch-like surface. The default
will be |
rink_units |
The default units for a rink-like surface. The default will
be |
sheet_units |
The default units for a sheet-like surface. The default
will be |
xlims |
The default limits on the plot to use in the |
ylims |
The default limits on the plot to use in the |
Nothing, but environment variables should be set
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.