Description Usage Arguments See Also
View source: R/consistency_scoring_swe.R
This function is identical to consistency_scoring
,
except the plots it produces are in Swedish and adjusted for participants.
1 2 3 4 5 6 7 | consistency_scoring_swe(
part_df,
plotdir = NULL,
method = "euclidean",
fmt = "Luv",
nameby = NULL
)
|
part_df |
participant consistency test raw data frame |
plotdir |
(optional) directory path for directory to put plots in |
method |
method to use in color space distance calculations ("euclidean" for Euclidean distances, "manhattan" for Manhattan/city block distances - "euclidean" is standard) |
fmt |
specifies color format/space to be used ("sRGB", "Luv") |
nameby |
(optional) name, in quotes, of column to name output plots by, e. g. "USERNAME" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.