plot_backtrack {outlierMBC}R Documentation

Plot the dissimilarity curve showing the backtrack solution.

Description

Plots a rescaled dissimilarity curve where the dissimilarity values (y axis) have been divided by their minimum so that the rescaled minimum is at 1. Vertical lines mark the minimum and backtrack solutions.

Usage

plot_backtrack(ombc_out, max_total_rise = 0.1, max_step_rise = 0.05)

Arguments

ombc_out

An "outliermbc_gmm" or "outliermbc_lcwm" object, i.e. an output from ombc_gmm or ombc_lcwm.

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.

Value

plot_backtrack returns a ggplot of the rescaled dissimilarity curve showing the minimum solution and the backtrack solutions.


[Package outlierMBC version 0.0.1 Index]