View source: R/plot_testinfo.R
plot.testinfo | R Documentation |
plots testinformation for all pairwise trait combinations
## S3 method for class 'testinfo'
plot(
info,
loads = NULL,
trait.names = NULL,
par.mfrow = c(3, 4),
col = "skyblue1",
bty = "u",
col.grid = "grey45",
r = 1,
phi = 30,
shade = 0.2,
ltheta = 60,
ticktype = "detailed",
xlab = "\nTrait 1",
ylab = "\nTrait 2",
zlab = "\n\nSE",
border = NA,
nticks = 6,
scale = TRUE,
...
)
info |
information as returned from testcalc.info.plot() |
loads |
matrix of item loadings |
trait.names |
vector of trait names, defaults to "Trait 1","Trait 2", ... |
par.mfrow |
mfrow argument for par(), vector with c(rows,columns) for plot |
... |
further parameters passed to persp3D |
plot with reduction in SEs, traits in rows, fixed trait in columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.