Skip to content

Commit

Permalink
fix upstream changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ihrke committed Dec 11, 2024
1 parent 0d476a0 commit 79aaf5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/vimp.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ vimp <- function(regmod){
scale_y_continuous(breaks = seq(0,1,by=0.1)) +
geom_hline(aes(yintercept= 0.1, linetype = "<0.1, small"), colour= 'red') +
geom_hline(aes(yintercept= 0.2, linetype = ">0.2, large"), colour= 'blue') +
guides(fill=F)+
guides(fill="none")+
scale_linetype_manual(name = "effect-size", values = c(1,1),
guide = guide_legend(override.aes = list(color = c("red", "blue"))))
}
Expand Down

0 comments on commit 79aaf5f

Please sign in to comment.