Description Usage Arguments Value Examples
Object for storing information about AFL matches
1 2  | aflelo_match(season, round, home, away, ground, pred_margin, home_total,
  away_total)
 | 
season | 
 Integer giving season of the match  | 
round | 
 String giving the round of the match  | 
home | 
 String giving the name of the home team  | 
away | 
 String giving the name of the away team  | 
ground | 
 String giving the name of the ground  | 
pred_margin | 
 Number giving the predicted margin  | 
home_total | 
 Number giving the total score for the home team  | 
away_total | 
 Number giving the total score for the away team  | 
A valid aflelo_match object
1  | aflelo_match(2000, "R1", "Melbourne", "Adelaide", "M.C.G.", 10, 110, 102)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.