lcc classThe values supplied in the plotControl() call replace the defaults, and a list with all settings is returned.
plotControl(plot = TRUE, shape = 1, colour = "black", size = 0.5,
xlab = "Time", LCC_ylab = "LCC", LPC_ylab = "LPC",
LA_ylab = "LA", LCC_scale_y_continuous = c(0, 1),
LPC_scale_y_continuous = c(0, 1), LA_scale_y_continuous = c(0, 1),
all.plot = TRUE)an optional to include an initial plot. If TRUE, the default, returns a ggplot object with a initial plot for lcc class. If FALSE never includes.
Draw points considering a shape parameter. Legal shape values are the numbers 0 to 25, and 32 to 127; see aes_linetype_size_shape. Default is 1.
an specification for lines color. Default is "black".
an specification for lines size. Should be specified with a numerical value (in millimetres); see aes_linetype_size_shape. Default is 0.5.
a title for the x axis. Default is "Time".
title for the y axis related with longitudinal concordance correlation (LCC). Default is "LCC".
title for the y axis related with longitudinal Pearson correlation (LPC). Default is "LPC".
title for the y axis related with longitudinal accuracy (LA). Default is "LA".
a numeric vector of length two providing limits of the scale related with longitudinal concordance correlation (LCC). Default is c(0,1).
a numeric vector of length two providing limits of the scale related with longitudinal concordance correlation (LCC). Default is c(0,1).
a numeric vector of length two providing limits of the scale related with longitudinal concordance correlation (LCC). Default is c(0,1).
a list with components for each of the possible arguments.