plotGroupPenalties {graper} | R Documentation |
Function to plot the group-wise penalty factors (gamma) and sparsity levels.
plotGroupPenalties(fit)
fit |
fit as produced by |
a ggplot object
dat <- makeExampleData() fit <- graper(dat$X, dat$y, dat$annot) plotGroupPenalties(fit)