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 I use ggboxplot, I want to set the intra-group spacing. However, when position=position_dodge is used, the ggboxplot function will report an error.
Error in purrr::pmap():
ℹ In index: 1.
ℹ With name: dice.
Caused by error in geom_exec():
! formal argument "position" matched by multiple actual arguments
Run rlang::last_trace() to see where the error occurred.
Warning message:
In (function (mapping = NULL, data = NULL, geom = "boxplot", position = "dodge2", :
Ignoring unknown aesthetics: fill
The text was updated successfully, but these errors were encountered:
When I use ggboxplot, I want to set the intra-group spacing. However, when position=position_dodge is used, the ggboxplot function will report an error.
Error in
purrr::pmap()
:ℹ In index: 1.
ℹ With name: dice.
Caused by error in
geom_exec()
:! formal argument "position" matched by multiple actual arguments
Run
rlang::last_trace()
to see where the error occurred.Warning message:
In (function (mapping = NULL, data = NULL, geom = "boxplot", position = "dodge2", :
Ignoring unknown aesthetics: fill
The text was updated successfully, but these errors were encountered: