add_team: Add team

Description Usage Arguments Value Examples

View source: R/model.R

Description

Add a new team to an AFLELO Model

Usage

1
add_team(model, team)

Arguments

model

aflelo_model to add team to

team

name of the new team to add

Value

aflelo_model with new team

Examples

1
2
model <- aflelo_model()
aflelo:::add_team(model, "Gold Coast")

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