Print method for Normal and t plots from NTplot.
# S3 method for NormalAndTplot
print(x, tablesOnPlot=TRUE, plot=TRUE,
scales=FALSE, prob=FALSE, call=FALSE,
..., cex.table=.7, digits=attr(x, "call.list")$digits,
position.2=.17)
A "NormalAndTplot"
object.
Logical. If TRUE
, display the tables in
the attr(x, "scales")
and attr(x, "prob")
on the plot.
Logical. If TRUE
, display the graph on the plot.
Logical. If TRUE
, display the specified
attribute on the R Console.
Logical. If TRUE
, display an R statement on the R console.
Other arguments are ignored.
cex
and digits
for the
tablesOnPlot
display of the attr(x, "scales")
and attr(x, "prob")
tables.
When tablesOnPlot=TRUE
, the graph occupies
the top of the device beginning at position.2
. This is the
second value in the position
argument of print.trellis
.
The argument is returned invisibly.