im am using the plot_glmnet function from the package plotmo, like below
mod <- glmnet(as.matrix(mtcars[-1]), mtcars[,1])
plot_glmnet(mod)
Is there a way to replace the 2nd x-axis at the top with the degrees of freedom and increase its label size ?