Usage
plotInfo(
object,
theta = seq(-3, 3, 0.1),
info_type = "FISHER",
plot_sum = TRUE,
select = NULL,
color = "blue",
file_pdf = NULL,
width = 7,
height = 6,
mfrow = c(2, 4)
)# S4 method for list
plotInfo(
object,
theta = seq(-3, 3, 0.1),
info_type = "FISHER",
plot_sum = TRUE,
select = NULL,
color = "blue",
file_pdf = NULL,
width = 7,
height = 6,
mfrow = c(2, 4)
)
# S4 method for item_pool
plotInfo(
object,
theta = seq(-3, 3, 0.1),
info_type = "FISHER",
plot_sum = TRUE,
select = NULL,
color = "blue",
file_pdf = NULL,
width = 7,
height = 6,
mfrow = c(1, 1)
)
# S4 method for constraints
plotInfo(
object,
theta = seq(-3, 3, 0.1),
info_type = "FISHER",
plot_sum = TRUE,
select = NULL,
color = "black",
file_pdf = NULL,
width = 7,
height = 6,
mfrow = c(1, 1)
)