Create a spider/radar plot of circumplex scores, either from a data frame
containing scale scores or the result of ssm_analyze()
.
ssm_plot_scores(
x,
amin = NULL,
amax = NULL,
angle_labels = NULL,
linewidth = 1,
pointsize = 3,
...
)
A spider/radar plot object
A dataframe or ssm result object.
An optional number to set as the minimum amplitude (center of
circle). If set to NULL
, will try to detect a reasonable value.
An optional number to set as the maximum amplitude (outer ring of
circle). If set set to NULL
, will try to detect a reasonable value.
An optional character vector to display outside the circle at each angle. Must be the same length as the number of angles.
An optional width for the lines of the profile polygons.
An optional size for the points at the scale scores.
Additional arguments for the S3 methods