plotGroupPenalties: Plot group-wise penalties

Description Usage Arguments Value Examples

View source: R/plotting_functions.R

Description

Function to plot the group-wise penalty factors (gamma) and sparsity levels.

Usage

1

Arguments

fit

fit as produced by graper

Value

a ggplot object

Examples

1
2
3
dat <- makeExampleData()
fit <- graper(dat$X, dat$y, dat$annot)
plotGroupPenalties(fit)

graper documentation built on Nov. 8, 2020, 5:45 p.m.