Recommended figure dimensions for mfsusie_plot_lfsr()
Source: R/mfsusie_plot.R
mfsusie_plot_lfsr_dimensions.RdReturns a (width, height) (in inches) sized to the per-CS
bubble grid so each bubble row has enough vertical space and
each outcome panel has enough horizontal space. Mirrors
mfsusie_plot_dimensions() for the lfsr companion plot. Use
the result for fig.width / fig.height in a knitr chunk so
the legend and bubbles do not collide.
Arguments
- fit
an
mfsusie/fsusie()fit object that has been post-processed withmf_post_smooth(method = "HMM").- add_legend
logical, whether the lfsr legend strip is shown (matches the corresponding
mfsusie_plot_lfsr()arg). DefaultTRUE.