Learn R Programming

trueskill (version 0.1)

PrintList: pretty print a list of players

Description

pretty print a list of players (trivial function...)

Usage

PrintList(list)

Arguments

list
a list of player objects

Examples

Run this code
  Alice <- Player(1, Gaussian(25, 8), "Alice")
  Bob <- Player(2, Gaussian(30, 7), "Bob")
  players <- list(Alice, Bob)
  PrintList(players)

Run the code above in your browser using DataLab