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
The sample code that accompanies the plot_frq {sjPlot} function returns the following error
data(efc)
plot_frq(efc$e17age, type = "box")
Warning message:
The fun.y argument of stat_summary() is deprecated as of ggplot2 3.3.0.
ℹ Please use the fun argument instead.
ℹ The deprecated feature was likely used in the sjPlot package.
Please report the issue at https://github.com/strengejacke/sjPlot/issues.
The text was updated successfully, but these errors were encountered:
The sample code that accompanies the plot_frq {sjPlot} function returns the following error
data(efc)
plot_frq(efc$e17age, type = "box")
Warning message:
The
fun.y
argument ofstat_summary()
is deprecated as of ggplot2 3.3.0.ℹ Please use the
fun
argument instead.ℹ The deprecated feature was likely used in the sjPlot package.
Please report the issue at https://github.com/strengejacke/sjPlot/issues.
The text was updated successfully, but these errors were encountered: