ssm_plot_curve | R Documentation |
Take in the results of a Structural Summary Method analysis and plot the scores by angle and the estimated SSM curve.
ssm_plot_curve(
ssm_object,
angle_labels = NULL,
base_size = 11,
drop_lowfit = FALSE,
...
)
ssm_object |
Required. The results output of |
angle_labels |
Optional. Either NULL or a character vector that
determines the x-axis labels. If NULL, the labels will be the angle
numbers. If a character vector, must be the same length and in the same
order as the |
base_size |
Optional. A positive number corresponding to the base font size in pts (default = 11). |
drop_lowfit |
Optional. A logical indicating whether to omit profiles with low fit (<.70) or include them with dashed lines (default = FALSE). |
... |
Additional arguments will be ignored. |
A ggplot object depicting the SSM curve(s) of each profile.
data("jz2017")
res <- ssm_analyze(
jz2017,
scales = 2:9,
measures = 10:13
)
ssm_plot_curve(res)
ssm_plot_curve(res, angle_lables = PANO())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.