print.sequencecheck {EloRating} | R Documentation |
prints its argument
Description
prints its argument
Usage
## S3 method for class 'sequencecheck'
print(x, ...)
Arguments
x |
result from |
... |
further arguments passed to or from other methods (ignored here) |
Author(s)
Christof Neumann
Examples
data(adv)
data(advpres)
print(seqcheck(winner = adv$winner, loser = adv$loser, Date = adv$Date,
presence = advpres))
[Package EloRating version 0.46.18 Index]