plot.block | R Documentation |
plot block information
## S3 method for class 'block'
plot(
which.blocks,
info,
K,
loads,
trait.names = NULL,
trait.cov = trait.cov,
y = "r2",
col = "skyblue1",
bty = "u",
col.grid = "grey45",
r = 1,
phi = 30,
shade = 0.2,
ltheta = 60,
ticktype = "detailed",
zlab = "\n\nR2",
border = NA,
nticks = 6,
scale = TRUE,
...
)
which.blocks |
vector, indices for blocks to plot |
info |
information for all blocks as returned from calc.info.block() |
K |
integer, number of blocks |
loads |
matrix of item loadings |
trait.names |
names for traits, if NULL defaults to Trait 1, Trait 2 etc. |
... |
further parameters passed to plot3D::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.