AutomorphismByCoef-class | R Documentation |
Objects from this class are generated by function
automorphism_bycoef
.
AutomorphismByCoef-class definition.
It transforms a AutomorphismByCoefList-class object into an AutomorphismByCoef-class object.
It transforms a 'list' of AutomorphismByCoef-class object into an AutomorphismByCoefList-class object.
automorphism_bycoef
AutomorphismByCoefList-class
and
Automorphism-class
## Let's transform a AutomorphismByCoefList-class object into an
## AutomorphismByCoef-class object
data("autby_coef")
unlist(autby_coef[1:2])
## Herein a 'list' object of AutomorphismByCoef-class objects
lista <- list(human = autby_coef[[1]], gorilla = autby_coef[[2]])
## Let's transform the the last list 'lista' into an
## AutomorphismByCoefList-class object
aut <- as(lista, "AutomorphismByCoefList")
aut
## Let's get the element names from object 'aut'
names(aut)
## Let's assign new names
names(aut) <- c("human_1", "gorilla_1")
names(aut)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.