Description Usage Arguments Value Examples
View source: R/plotting_functions.R
Function to plot the group-wise penalty factors (gamma) and sparsity levels.
1 | plotGroupPenalties(fit)
|
fit |
fit as produced by |
a ggplot object
1 2 3 | dat <- makeExampleData()
fit <- graper(dat$X, dat$y, dat$annot)
plotGroupPenalties(fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.