Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

print.NormalAndTplot

Print method for Normal and t plots from NTplot.


Description

Print method for Normal and t plots from NTplot.

Usage

## S3 method for class '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 the attr(x, "scales") and attr(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 and digits for the tablesOnPlot display of the attr(x, "scales") and attr(x, "prob") tables.

position.2

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.

Value

The argument is returned invisibly.

Author(s)

Richard M. Heiberger (rmh@temple.edu)

See Also


HH

Statistical Analysis and Data Display: Heiberger and Holland

v3.1-43
GPL (>= 2)
Authors
Richard M. Heiberger
Initial release
2020-11-27

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.