| summary.net_honem | R Documentation |
Summary Method for net_honem
## S3 method for class 'net_honem'
summary(object, ...)
object |
A |
... |
Additional arguments (ignored). |
The input object, invisibly.
seqs <- list(c("A","B","C","D"), c("A","B","C","A"), c("B","C","D","A"))
hem <- build_honem(build_hon(seqs, max_order = 2), dim = 2)
summary(hem)
seqs <- list(c("A","B","C","D"), c("A","B","C","A"), c("B","C","D","A"))
hon <- build_hon(seqs, max_order = 3)
he <- build_honem(hon, dim = 2)
summary(he)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.