Learn R Programming

simba (version 0.3-4)

simba-internal: Internal functions of the package simba that are usually not called (or only implicitly) by the user

Description

Mainly print functions for giving nice output.

Usage

## S3 method for class 'cslist':
print(x, digits = max(3, getOption("digits") - 3), ...)
## S3 method for class 'diffmich':
print(x, digits = max(3, getOption("digits") - 3), ...)
## S3 method for class 'dmn':
print(x, digits = max(3, getOption("digits") - 3), ...)
## S3 method for class 'dsl':
print(x, digits = max(3, getOption("digits") - 3), ...)
## S3 method for class 'dsl2':
print(x, digits = max(3, getOption("digits") - 3), ...)
## S3 method for class 'occtmp':
print(x, digits = max(3, getOption("digits") - 3), ...)
## S3 method for class 'pclist':
print(x, digits = max(3, getOption("digits") - 3), ...)
## S3 method for class 'permcor':
print(x, digits = max(3, getOption("digits") - 3), ...)

Arguments

x
object to be printed
digits
number of digits
...
Further arguments.

Value

  • prints the output of a function and invisibly gives back the original object

encoding

UTF-8

Details

These are just printing methods to give nice output. Usually they are not to be called by the user.