View source: R/gips_perm_class.R
as.character.gips_perm | R Documentation |
gips_perm
object to a character vectorImplementation of the S3 method.
## S3 method for class 'gips_perm'
as.character(x, ...)
x |
An object of a |
... |
Further arguments (currently ignored). |
Returns an object of a character
type.
as.character.gips()
- The underlying gips_perm
of
the gips
object is passed to as.character.gips_perm()
.
permutations::as.character.cycle()
- The underlying permutation of
the gips
object is passed to permutations::as.character.cycle()
.
g_perm <- gips_perm("(5,4)", 5)
as.character(g_perm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.