Usage
# S3 method for SMI
plot(x, y = NULL, x1lab = attr(x, "mat.names")[[1]],
x2lab = attr(x, "mat.names")[[2]], main = "SMI", signif = 0.05,
xlim = c(-(pq[1] + 1)/2, (pq[2] + 1)/2), ylim = c(0.5, (sum(pq) + 3)/2),
B = 10000, cex = 1, cex.sym = 1, frame = NULL, frame.col = "red",
frame.lwd = 2, replicates = NULL, ...)# S3 method for SMI
print(x, ...)
# S3 method for SMI
summary(object, ...)
is.signif(x, signif = 0.05, B = 10000, ...)
Arguments
x1lab
optional label for first matrix.
x2lab
optional label for second matrix.
main
optional heading (default = SMI).
signif
significance level for testing (default=0.05).
xlim
optional plotting limits.
ylim
optional plotting limits.
B
number of permutations (for significant, default=10000).
cex
optional text scaling (default = 1)
cex.sym
optional scaling for significance symbols (default = 1)
frame
two element integer vector indicating framed components.
frame.col
color for framed components.
frame.lwd
line width for framed components.
replicates
vector of replicates for significance testing.
...
additional arguments for plot
.
object
object of class SMI
.