Learn R Programming

EloRating (version 0.46.8)

print.sequencecheck: prints its argument

Description

prints its argument

Usage

# S3 method for sequencecheck
print(x, ...)

Arguments

x

result from seqcheck

...

further arguments passed to or from other methods (ignored here)

Examples

Run this code
# NOT RUN {
data(adv)
data(advpres)
print(seqcheck(winner = adv$winner, loser = adv$loser, Date = adv$Date,
                 presence = advpres))
# }

Run the code above in your browser using DataLab