Plots a grid of longitudinal trajectories for a multivariate model. The grid displays each outcome (rows) and each latent group (columns). Individual trajectories are colored by their assigned group and faded, with the specific group highlighted and its average polynomial curve overlaid.
plot_trajectory_mult(object, lY, lA, assignments, base_colors = NULL)An object of class trajectory.mult.
List of matrices representing the longitudinal responses.
List of matrices representing the time or age of observation.
A matrix of group assignments (e.g., the group_assignments output from get_group_probabilities).
Optional vector of hex colors for the groups.