Description Usage Arguments Value Examples
Update ladder information for a single team in an AFLELO Model
1 | update_ladder(model, team, points, pts_for, pts_against)
|
model |
aflelo_model to update |
team |
name of team to update |
points |
number of premiership points to add |
pts_for |
number of points scored by the team |
pts_against |
number of points scored against the team |
afelo_object with updated ladder
1 2 | model <- aflelo_model()
aflelo:::update_ladder(model, "Richmond", 4, 110, 100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.