print.XDNUTS {XDNUTS}R Documentation

Function for printing an object of class XDNUTS

Description

Print to console the specific of the algorithm used to generate an XDNUTS object.

Usage

## S3 method for class 'XDNUTS'
print(x, ..., digits = 3, show_all = FALSE)

Arguments

x

an object of class XDNUTS.

...

additional arguments to pass. These currently do nothing.

digits

a numeric scalar indicating the number of digits to show. Default value is 3.

show_all

logical scalar indicating where to print all the summary statistics even if these are more than 10.

Value

Return a graphical object.


[Package XDNUTS version 1.5.5 Index]