JPtest objectPlot a chosen result matrix contained in the test entry of a
JPtest object. The underlying function is the
lattice::levelplot.matrix function.
# S3 method for JPtest
levelplot(JPobj, what = "pvalues", rotate = TRUE, plot = TRUE, ...)the JPtest object to plot.
a character or an integer. Which component of the test
entry in JPobj should be plotted? Can be any of projections,
statistics, pvalues or, respectively, 1, 2 or 3.
a logical. Should the matrix containing the data be transposed
before plotting? By default in lattice::levelplot.matrix, the rows of
the plotted matrix correspond to the x-axis.
a logical. Should the lattice object be plotted?
further arguments passed to the lattice::levelplot
function.
An object of class trellis, invisibly.