| plot.net_honem | R Documentation |
Plot Method for net_honem
## S3 method for class 'net_honem'
plot(x, dims = c(1L, 2L), ...)
x |
A |
dims |
Integer vector of length 2. Dimensions to plot (default: |
... |
Additional arguments passed to |
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)
plot(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)
plot(he)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.