View source: R/sequence_compare.R
| summary.net_sequence_comparison | R Documentation |
Summary Method for net_sequence_comparison
## S3 method for class 'net_sequence_comparison'
summary(object, ...)
object |
A |
... |
Additional arguments (ignored). |
The patterns data.frame, invisibly.
seqs <- data.frame(
V1 = sample(LETTERS[1:4], 60, TRUE),
V2 = sample(LETTERS[1:4], 60, TRUE),
V3 = sample(LETTERS[1:4], 60, TRUE),
V4 = sample(LETTERS[1:4], 60, TRUE)
)
grp <- rep(c("X", "Y"), 30)
net <- build_network(seqs, method = "relative")
res <- sequence_compare(net, group = grp, sub = 2:3, test = "chisq")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.