print.elo | R Documentation |
prints its argument
## S3 method for class 'elo'
print(x, ...)
x |
result from |
... |
further arguments passed to or from other methods |
Christof Neumann
data(adv)
SEQ <- elo.seq(winner=adv$winner, loser=adv$loser, Date=adv$Date)
print(SEQ)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.