Short-term (README fix)
The README's plotting example has hard-coded y-axis limits tuned for JMD. For any other dam, users have to manually edit the code. Switch to autoscaling (e.g., using range() on the data or letting ggplot default) so the example works generically.
Longer-term (code)
Expose convenience wrappers in plotting_utils.R for standard rfaR plots (stage-frequency curve, conceptual realization) with sensible defaults and optional arguments for overrides like y-axis limits. Follows the existing theme_rfar_conceptual() pattern.
Feedback source
Raised by Allen (comments #5, #8).
Short-term (README fix)
The README's plotting example has hard-coded y-axis limits tuned for JMD. For any other dam, users have to manually edit the code. Switch to autoscaling (e.g., using
range()on the data or letting ggplot default) so the example works generically.Longer-term (code)
Expose convenience wrappers in
plotting_utils.Rfor standard rfaR plots (stage-frequency curve, conceptual realization) with sensible defaults and optional arguments for overrides like y-axis limits. Follows the existingtheme_rfar_conceptual()pattern.Feedback source
Raised by Allen (comments #5, #8).