print.locus: Overload of 'print' function for 'locus' objects

View source: R/locus.R

print.locusR Documentation

Overload of print function for locus objects

Description

Prints out the locus to stdout.

Usage

## S3 method for class 'locus'
print(x, ...)

Arguments

x

The locus object

...

Other arguments passed to print.default.

Value

Nothing

Author(s)

Rodney J. Dyer rjdyer@vcu.edu

Examples


loc <- locus( 1:2 )
print( loc )


dyerlab/gstudio documentation built on Feb. 2, 2024, 8:24 p.m.