Transform the gips_perm object to a character vector
Source: R/gips_perm_class.R
as.character.gips_perm.RdImplementation of the S3 method.
Usage
# S3 method for class 'gips_perm'
as.character(x, ...)See also
as.character.gips()- The underlyinggips_permof thegipsobject is passed toas.character.gips_perm().permutations::as.character.cycle()- The underlying permutation of thegipsobject is passed topermutations::as.character.cycle().
Examples
g_perm <- gips_perm("(5,4)", 5)
as.character(g_perm)
#> [1] "(4,5)"