rational-print | R Documentation |
Print an object of class Rational
## S4 method for signature 'rationalS4'
print(x)
## S4 method for signature 'rationalS4'
show(object)
## S3 method for class 'rationalS3'
print(x, ...)
## S3 method for class 'rationalS3'
show(object)
## S3 method for class 'rationalR6'
print(x, ...)
## S3 method for class 'rationalR6'
show(object)
## S3 method for class ''rational::rationalS7''
print(x, ...)
## S3 method for class ''rational::rationalS7''
show(object)
x |
rational object |
object |
the object to show |
... |
other arguments passed to print |
a <- rational(1L, 3L, "S3")
print(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.