print.locus | R Documentation |
print
function for locus
objectsPrints out the locus
to stdout.
## S3 method for class 'locus'
print(x, ...)
x |
The |
... |
Other arguments passed to |
Nothing
Rodney J. Dyer rjdyer@vcu.edu
loc <- locus( 1:2 )
print( loc )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.