The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
data <- data.frame(
sequence_id = rep(paste0("s", 1:8), each = 6L),
sequence_order = rep(1:6, times = 8L),
state = c(
rep(c("A", "B", "B", "C", "D", "D"), 4L),
rep(c("D", "C", "C", "B", "A", "A"), 4L)
),
stringsAsFactors = FALSE
)
distance <- compute_sequence_distance(data, method = "levenshtein")
clustering <- cluster_sequences(distance, k = 2L, method = "hierarchical")
network <- create_transition_network(data)Entropy is a structural diversity summary at each aligned position. It is not a measure of participant uncertainty or cognition.
These base-R plots are intentionally focused on package-native audited objects. They complement, rather than replace, specialist visualisation ecosystems.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.