print.gips_perm {gips} | R Documentation |
Printing gips_perm
object
Description
Printing function for a gips_perm
class.
Usage
## S3 method for class 'gips_perm'
print(x, ...)
Arguments
x |
An object of a |
... |
Further arguments (currently ignored). |
Value
Returns an invisible NULL
.
Examples
gperm <- gips_perm("(5,4)", 5)
print(gperm)
[Package gips version 1.2.1 Index]