`gmds.result()` wraps coordinates, method metadata, optional traces, and optional diagnostics in a common result shape used by the experimental GMDS layout program.
gmds.result(
coords,
method,
prepared = NULL,
trace = NULL,
diagnostics = NULL,
metadata = list()
)A list of class `"grip_gmds_layout"` with fields `coords`, `method`, `prepared`, `trace`, `diagnostics`, and `metadata`.
Numeric coordinate matrix.
Short method identifier.
Optional prepared graph object.
Optional trace table or list.
Optional one-row diagnostic data frame.
Optional named list with method-specific metadata.