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
p1+(p2+ scale_y_continuous( position="right"))
#> Scale for y is already present.#> Adding another scale for y, which will replace the existing scale.#> Error in FUN(X[[i]], ...): subscript out of boundsegg::ggarrange(p1 ,(p2+ scale_y_continuous( position="right"))
, ncol=2)
#> Scale for y is already present.#> Adding another scale for y, which will replace the existing scale.
workaround is to use egg ggarrange
Created on 2023-11-30 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: