Learn R Programming

circumplex (version 0.3.5)

ssm_plot_circle: Create a Circular Plot of SSM Results

Description

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.

Usage

ssm_plot_circle(.ssm_object, amax = NULL, fontsize = 12, lowfit = TRUE)

Arguments

.ssm_object

The output of ssm_profiles() or ssm_measures().

amax

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.

fontsize

A positive real number corresponding to the size (in pt) of the text labels (default = 12).

lowfit

A logical determining whether profiles with low model fit (<.70) should be plotted, with dashed borders (default = TRUE).

Value

A ggplot variable containing a completed circular plot.