plotInfo {PROsetta} | R Documentation |
Plot scale information
Description
plotInfo
is a plotting function to visualize scale-level information.
Usage
plotInfo(
object,
data,
theta = seq(-4, 4, 0.1),
t_score = FALSE,
scale_label = c(1, 2, "Combined"),
color = c("red", "blue", "black"),
lty = c(3, 2, 1)
)
## S4 method for signature 'SingleGroupClass'
plotInfo(
object,
data,
theta = seq(-4, 4, 0.1),
t_score = FALSE,
scale_label = c(1, 2, "Combined"),
color = c("red", "blue", "black"),
lty = c(3, 2, 1)
)
Arguments
object |
a |
data |
a |
theta |
(optional) theta values to plot on the x-axis. (default = |
t_score |
(optional) set to |
scale_label |
(optional) names of each scale. This must have three values. (default = |
color |
(optional) line colors to plot. This must have three values. (default = |
lty |
(optional) line types to plot. This must have three values. (default = |
Examples
o <- runCalibration(data_asq, technical = list(NCYCLES = 1000))
plotInfo(o, data_asq)
[Package PROsetta version 0.4.1 Index]