as.character.gips_perm {gips} | R Documentation |
Transform the gips_perm
object to a character vector
Description
Implementation of the S3 method.
Usage
## S3 method for class 'gips_perm'
as.character(x, ...)
Arguments
x |
An object of a |
... |
Further arguments (currently ignored). |
Value
Returns an object of a character
type.
See Also
-
as.character.gips()
- The underlyinggips_perm
of thegips
object is passed toas.character.gips_perm()
. -
permutations::as.character.cycle()
- The underlying permutation of thegips
object is passed topermutations::as.character.cycle()
.
Examples
g_perm <- gips_perm("(5,4)", 5)
as.character(g_perm)
[Package gips version 1.2.1 Index]