print.outliermbc_gmm {outlierMBC}R Documentation

print method for "outliermbc_gmm" S3 class.

Description

print method for "outliermbc_gmm" S3 class.

Usage

## S3 method for class 'outliermbc_gmm'
print(x, backtrack = FALSE, max_total_rise = 0.1, max_step_rise = 0.05, ...)

Arguments

x

List

backtrack

Logical

max_total_rise

Upper limit for the cumulative increase, as a proportion of the global minimum dissimilarity, from all backward steps.

max_step_rise

Upper limit for the increase, as a proportion of the global minimum dissimilarity, from each backward step.

...

Other arguments

Value

A ggplot


[Package outlierMBC version 0.0.1 Index]