BNPdensity (version 2023.3.8)

print.multNRMI: S3 method for class 'multNRMI'

Description

S3 method for class 'multNRMI'

Usage

# S3 method for multNRMI
print(x, ...)

Value

A visualization of the important information about the object

Arguments

x

An object of class multNRMI

...

Further arguments to be passed to generic functions, ignored at the moment

Examples

Run this code
# \donttest{
data(salinity)
out <- multMixNRMI2cens(salinity$left, salinity$right, parallel = TRUE, Nit = 10, ncores = 2)
print(out)
# }

Run the code above in your browser using DataLab