simba-internal: Internal functions of the package simba that are usually not...

Description Usage Arguments Details Value Author(s)

Description

Mainly print functions for giving nice output.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
## 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.

Details

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

Value

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

Author(s)

Gerald Jurasinski


simba documentation built on May 1, 2019, 8:49 p.m.