Skip to contents

Implementation of the S3 method.

Usage

# S3 method for gips_perm
as.character(x, ...)

Arguments

x

An object of a gips_perm class.

...

Further arguments (currently ignored).

Value

Returns an object of a character type.

See also

Examples

g_perm <- gips_perm("(5,4)", 5)
as.character(g_perm)
#> [1] "(4,5)"