Skip to contents

Plot the results of the selection_thresholds function.

Usage

plot_selection_thresholds(object = NULL, data = NULL, ...)

Arguments

object

An object of class bolasso or bolasso_fast. This argument is optional if you directly pass in the data via the data argument. E.g. data = selection_thresholds(object).

data

A dataframe containing the selection thresholds. E.g. obtained via selection_thresholds(object). This argument is optional if you directly pass a bolasso or bolasso_fast object via the object argument.

...

Additional arguments to pass directly to selection_thresholds.

Value

A ggplot object