plot.block: plot block information

View source: R/plot_block.R

plot.blockR Documentation

plot block information

Description

plot block information

Usage

## 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,
  ...
)

Arguments

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

Value

plot with reduction in SEs, traits in rows, fixed trait in columns


susanne-frick/MFCblockInfo documentation built on Oct. 20, 2024, 8:26 p.m.