Run the graph-family geometry explorer Shiny application
run_gripui_family(
catalog = gripui_graph_family_catalog(),
title = "Graph Family Geometry Explorer",
subtitle = "Interactive geometry browser for synthetic benchmark families.",
host = "127.0.0.1",
port = getOption("shiny.port"),
launch.browser = interactive(),
auto.stop.after = NULL,
...
)Invisibly returns the result of `shiny::runApp()`.
Family catalog, usually `gripui_graph_family_catalog()`.
Application title.
Optional subtitle shown in the sidebar.
Host passed to `shiny::runApp()`.
Port passed to `shiny::runApp()`.
Whether to launch a browser.
Optional delay, in seconds, after which the app stops itself. This is mainly useful for automated examples and tests.
Additional arguments passed to `shiny::runApp()`.