Usage
## S3 method for class 'sepan':
kplot(object, xax = 1, yax = 2, which.tab = 1:length(object$blo),
mfrow = NULL, permute.row.col = FALSE, clab.row = 1,
clab.col = 1.25, traject.row = FALSE, csub = 2,
possub = "bottomright", show.eigen.value = TRUE,...)## S3 method for class 'sepan.coa':
kplot(object, xax = 1, yax = 2, which.tab = 1:length(object$blo),
mfrow = NULL, permute.row.col = FALSE, clab.row = 1,
clab.col = 1.25, csub = 2, possub = "bottomright",
show.eigen.value = TRUE, poseig = c("bottom", "top"), ...)
Arguments
object
an object of class sepan
xax, yax
the numbers of the x-axis and the y-axis
which.tab
a numeric vector containing the numbers of the tables to analyse
mfrow
parameter for the array of figures to be drawn, otherwise use n2mfrow
permute.row.col
if TRUE the rows are represented by arrows and the columns by points, if FALSE it is the opposite
clab.row
a character size for the row labels
clab.col
a character size for the column labels
traject.row
a logical value indicating whether the trajectories between rows should be drawn in a natural order
csub
a character size for the sub-titles, used with par("cex")*csub
possub
a string of characters indicating the sub-title position ("topleft", "topright", "bottomleft", "bottomright")
show.eigen.value
a logical value indicating whether the eigenvalues bar plot should be drawn
poseig
if "top" the eigenvalues bar plot is upside, if "bottom", it is downside
...
further arguments passed to or from other methods