Closed rcorces closed 2 years ago
get rid of warnings from ggPlot2 about. This is avoided by using = "none" instead of = FALSE
= "none"
= FALSE
guides(<scale> = FALSE) is deprecated. Please use guides(<scale> = "none") instead.
guides(<scale> = FALSE)
guides(<scale> = "none")
get rid of warnings from ggPlot2 about. This is avoided by using
= "none"
instead of= FALSE