consistency_scoring_swe: Calculate consistency scores (Swe ver.)

Description Usage Arguments See Also

View source: R/consistency_scoring_swe.R

Description

This function is identical to consistency_scoring, except the plots it produces are in Swedish and adjusted for participants.

Usage

1
2
3
4
5
6
7
consistency_scoring_swe(
  part_df,
  plotdir = NULL,
  method = "euclidean",
  fmt = "Luv",
  nameby = NULL
)

Arguments

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"

See Also

consistency_scoring


AnonZebra/synratss documentation built on Oct. 9, 2021, 2:31 a.m.