Skip to contents

Implementation of the S3 method.

Usage

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

Arguments

x

An object of a gips class.

...

Further arguments (currently ignored).

Value

Returns an object of a character type.

See also

Examples

A <- matrix(rnorm(4 * 4), nrow = 4)
S <- t(A) %*% A
g <- gips(S, 14, perm = "(123)")
as.character(g)
#> [1] "(1,2,3)"