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
at the moment we use ggsurvfit_build(), but we could perhaps use methods for ggplot_build() or ggplot_gtable() that would build, and the implication may be that the patchwork operators would then build the object for us.
The text was updated successfully, but these errors were encountered:
We could perhaps use the default ggplot_build() method, and implement a ggplot_gtable() method and in this method we would aligning the risktables and plots and stacking using patchwork.
We may need a ggplot_build() that would preserve the class, because gtable function is called after the build
at the moment we use
ggsurvfit_build()
, but we could perhaps use methods forggplot_build()
orggplot_gtable()
that would build, and the implication may be that the patchwork operators would then build the object for us.The text was updated successfully, but these errors were encountered: