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)

RegEnrich documentation built on March 7, 2021, 2 a.m.