You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When plotting Population by Year, using what ggplot2 seems to consider an old syntax, this is the message I get. It seems we just need to have the new label for reglines updated. Thanks for everything!
ggscatter(water, x = "Population", y = "Year", add = "reg.line", ylab = "Population Size (millions)", main = "Population by Year") + stat_regline_equation(aes(label = paste(..adj.rr.label.., sep = "~~~~")))
Warning message:
The dot-dot notation (..adj.rr.label..) was deprecated in ggplot2 3.4.0.
ℹ Please use after_stat(adj.rr.label) instead.
ℹ The deprecated feature was likely used in the ggpubr package.
Please report the issue at https://github.com/kassambara/ggpubr/issues.
This warning is displayed once every 8 hours.
Call lifecycle::last_lifecycle_warnings() to see where this warning was
generated.
The text was updated successfully, but these errors were encountered:
When plotting Population by Year, using what ggplot2 seems to consider an old syntax, this is the message I get. It seems we just need to have the new label for reglines updated. Thanks for everything!
ggscatter(water, x = "Population", y = "Year", add = "reg.line", ylab = "Population Size (millions)", main = "Population by Year") + stat_regline_equation(aes(label = paste(..adj.rr.label.., sep = "~~~~")))
Warning message:
The dot-dot notation (
..adj.rr.label..
) was deprecated in ggplot2 3.4.0.ℹ Please use
after_stat(adj.rr.label)
instead.ℹ The deprecated feature was likely used in the ggpubr package.
Please report the issue at https://github.com/kassambara/ggpubr/issues.
This warning is displayed once every 8 hours.
Call
lifecycle::last_lifecycle_warnings()
to see where this warning wasgenerated.
The text was updated successfully, but these errors were encountered: