Take in the results of a Structural Summary Method analysis and plot the point and interval estimate for each row (e.g., group or measure) in a circular space quantified by displacement and amplitude.
ssm_plot_circle(.ssm_object, amax = NULL, fontsize = 12, lowfit = TRUE)
The output of ssm_profiles()
or
ssm_measures()
.
A positive real number corresponding to the radius of the circle. It is used to scale the amplitude values and will determine which amplitude labels are drawn.
A positive real number corresponding to the size (in pt) of the text labels (default = 12).
A logical determining whether profiles with low model fit (<.70) should be plotted, with dashed borders (default = TRUE).
A ggplot variable containing a completed circular plot.