View source: R/print.sequencecheck.r
print.sequencecheck | R Documentation |
prints its argument
## S3 method for class 'sequencecheck'
print(x, ...)
x |
result from |
... |
further arguments passed to or from other methods (ignored here) |
Christof Neumann
data(adv)
data(advpres)
print(seqcheck(winner = adv$winner, loser = adv$loser, Date = adv$Date,
presence = advpres))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.