View source: R/gips_perm_class.R
print.gips_perm | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.