gips_perm
R/gips_perm_class.R
print.gips_perm.Rd
Printing function for a gips_perm class.
# S3 method for class 'gips_perm' print(x, ...)
An object of a gips_perm class.
Further arguments (currently ignored).
Returns an invisible NULL.
NULL
gperm <- gips_perm("(5,4)", 5) print(gperm) #> [1] (45)