Last data update: 2014.03.03

R: pretty print a list of players
PrintListR Documentation

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

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

Results