print.NormalAndTplot
From HH v3.1-42
by Richard Heiberger
Print method for Normal and t plots from NTplot.
Print method for Normal and t plots from NTplot.
Usage
# 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)
Arguments
- x
A
"NormalAndTplot"
object.- tablesOnPlot
Logical. If
TRUE
, display the tables in theattr(x, "scales")
andattr(x, "prob")
on the plot.- plot
Logical. If
TRUE
, display the graph on the plot.- scales, prob
Logical. If
TRUE
, display the specified attribute on the R Console.- call
Logical. If
TRUE
, display an R statement on the R console.- …
Other arguments are ignored.
- cex.table, digits
cex
anddigits
for thetablesOnPlot
display of theattr(x, "scales")
andattr(x, "prob")
tables.- position.2
When
tablesOnPlot=TRUE
, the graph occupies the top of the device beginning atposition.2
. This is the second value in theposition
argument ofprint.trellis
.
Value
The argument is returned invisibly.
See Also
Community examples
Looks like there are no examples yet.