print.gips_perm {gips} | R Documentation |
gips_perm
objectPrinting function for a gips_perm
class.
## S3 method for class 'gips_perm'
print(x, ...)
x |
An object of a |
... |
Further arguments (currently ignored). |
Returns an invisible NULL
.
gperm <- gips_perm("(5,4)", 5)
print(gperm)