as.character.gips | R Documentation |
gips
object to a character vectorImplementation of the S3 method.
## S3 method for class 'gips'
as.character(x, ...)
x |
An object of a |
... |
Further arguments (currently ignored). |
Returns an object of a character
type.
as.character.gips_perm()
- 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()
.
A <- matrix(rnorm(4 * 4), nrow = 4)
S <- t(A) %*% A
g <- gips(S, 14, perm = "(123)")
as.character(g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.