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

print

Print Values


Description

The EnvStats function print is a generic function for printing its argument and returning it invisibly (via invisible(x)). The function invokes particular methods which depend on the class of the first argument. The EnvStats function print.default simply calls the R functions print or print.default.

The EnvStats functions print and print.default have been created in order to comply with CRAN policies, because EnvStats contains a modified version of the R function print.htest.

Usage

print(x, ...)

## Default S3 method:
print(x, ...)

Arguments

x

an object to be printed and used to select a printing method.

...

further arguments passed to or from other methods. See the help files for the R functions print and print.default for more information.

Details

The EnvStats function print.default simply calls the R functions print or print.default, depending on the class of the argument x.

The EnvStats functions print and print.default have been created in order to comply with CRAN policies, because EnvStats contains a modified version of the R function print.htest. When EnvStats is loaded, objects of class "htest" will be printed using the EnvStats version of print.htest.

See the help files for the R functions print and print.default.

Value

See the help files for the R functions print and print.default.

Author(s)

R Development Core Team for code for R versions of print and print.default.

Steven P. Millard for EnvStats version of print.default; EnvStats@ProbStatInfo.com)

References

Chambers, J.M., and Hastie, T.J., eds. (1992). Statistical Models in S. Chapman and Hall/CRC, Boca Raton, FL.

See Also

R help file for print, R help file for print.default, print.htest.


EnvStats

Package for Environmental Statistics, Including US EPA Guidance

v2.4.0
GPL (>= 3)
Authors
Steven P. Millard [aut], Alexander Kowarik [ctb, cre] (<https://orcid.org/0000-0001-8598-4130>)
Initial release
2020-10-20

We don't support your browser anymore

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