edges <- edges.path(5)
cmp <- compare.layouts(
edges = edges,
n = 5,
dim = 2,
candidates = c("default", "tree"),
seeds = 1L
)
cmp$summary[, c("candidate", "rounds", "final.rounds")]
search.cmp <- compare.layouts(
edges = edges,
n = 5,
dim = 2,
search = list(
candidate.prefix = "path.search",
rounds = c(4L, 6L),
final_rounds = c(4L, 6L)
),
seeds = 1L
)
search.cmp$summary[, c("candidate", "rounds", "final.rounds")]
Run the code above in your browser using DataLab