print.Score: Print Score object

Description Usage Arguments Value Examples

View source: R/show.R

Description

Print Score object

Usage

1
2
## S3 method for class 'Score'
print(x, ...)

Arguments

x

a Score object.

...

optional arguments to print.

Value

print.Score returns the a Score object

Examples

1
2
x = newScore(letters[1:5], 1:5, 1:5, -2:2, seq(2, 1, len = 5))
print(x)

WTaoUMC/RegEnrich documentation built on Aug. 4, 2021, 4:11 p.m.