aflelo_match: AFLELO Match

Description Usage Arguments Value Examples

View source: R/match.R

Description

Object for storing information about AFL matches

Usage

1
2
aflelo_match(season, round, home, away, ground, pred_margin, home_total,
  away_total)

Arguments

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

Value

A valid aflelo_match object

Examples

1
aflelo_match(2000, "R1", "Melbourne", "Adelaide", "M.C.G.", 10, 110, 102)

lazappi/aflelo documentation built on May 17, 2019, 7:30 p.m.