plotBar
produces a Bertin or a Ford (battleship curve) diagram.
plotBar(object, ...)plotMatrix(object, ...)
plotRank(object, ...)
plotSpot(object, ...)
seriate(object, subset, ...)
refine(object, ...)
# S4 method for CountMatrix
refine(object, cutoff, n = 1000, axes = c(1,
2), ...)
# S4 method for DateModel
refine(object, method = c("jackknife",
"bootstrap"), n = 1000, ...)
# S4 method for CountMatrix
plotBar(object, level = FALSE, EPPM = FALSE,
center = TRUE, horizontal = FALSE)
# S4 method for FrequencyMatrix
plotBar(object, level = FALSE,
EPPM = FALSE, center = TRUE, horizontal = FALSE)
# S4 method for CountMatrix
plotMatrix(object, PVI = FALSE)
# S4 method for FrequencyMatrix
plotMatrix(object, PVI = FALSE)
# S4 method for IncidenceMatrix
plotMatrix(object)
# S4 method for CountMatrix
plotRank(object, PVI = FALSE)
# S4 method for FrequencyMatrix
plotRank(object, PVI = FALSE)
# S4 method for CountMatrix
plotSpot(object, threshold = NULL)
# S4 method for FrequencyMatrix
plotSpot(object, threshold = NULL)
# S4 method for SimilarityMatrix
plotSpot(object)
# S4 method for OccurrenceMatrix
plotSpot(object)
# S4 method for CountMatrix,missing
seriate(object,
method = c("correspondance", "reciprocal"), EPPM = FALSE,
margin = c(1, 2), stop = 100, ...)
# S4 method for IncidenceMatrix,missing
seriate(object,
method = c("correspondance", "reciprocal"), margin = c(1, 2),
stop = 100, ...)
# S4 method for CountMatrix,BootCA
seriate(object, subset, margin = c(1, 2),
...)
An object.
Further arguments to be passed to internal methods.
A function that takes a numeric vector as argument and returns a single numeric value.
A non-negative integer
giving the number of partial
bootstrap replications.
A numeric
vector giving the subscripts of the CA
axes to use.
A character
string specifying the method to be
used. This must be one of "reciprocal
", "correspondence
".
Any unambiguous substring can be given.
A length-one numeric
vector giving the
confidence level to be drawn.
A logical
scalar: should the EPPM be drawn (see
details)?
A logical
scalar: should the bar plot
be centered? The default, TRUE
, produces a Ford diagram, otherwise it
produces a Bertin diagram.
A logical
scalar: should the bar plot
be horizontal? The default, FALSE
, means variables in rows and
cases in columns (i.e. Bertin diagram). Only used if center
is
FALSE
.
A logical
scalar: should the PVI be drawn instead of
frequencies (see details)?
A numeric
vector giving the subscripts which the
rearrangement will be applied over: 1
indicates rows, 2
indicates columns, c(1, 2)
indicates rows then columns,
c(2, 1)
indicates columns then rows.
A length-one numeric
vector giving the stopping rule
(i.e. maximum number of iterations) to avoid infinite loop.
A character
string which contains "x
" if the
x axis is to be logarithmic, "y
" if the y axis is to be logarithmic
and "xy
" or "yx
" if both axes are to be logarithmic (base 10).
A logical
scalar: should a matrix of panels
defined by case/sample be drawn?
A logical
scalar: should the seriation be computed
on EPPM instead of raw data?