print.seqchecknopres {EloRating} | R Documentation |
prints its argument
## S3 method for class 'seqchecknopres'
print(x, ...)
x |
result from |
... |
further arguments passed to or from other methods |
Christof Neumann
data(adv)
print(seqcheck(winner = adv$winner, loser = adv$loser, Date = adv$Date))