esqLABS / esqlabsR

Utility functions for modelling and simulation workflows within esqLABS organization
https://esqlabs.github.io/esqlabsR/
GNU General Public License v2.0
18 stars 2 forks source link

Refactor sensitivity time plot #669

Closed rengelke closed 5 months ago

rengelke commented 5 months ago

@param xAxisScale Character string, either "log" (logarithmic scale) or "lin" (linear scale), to set the x-axis scale. Default is "lin". @param yAxisScale Character string, either "log" or "lin", sets the y-axis scale similarly to xAxisScale. Default is "log". @param defaultPlotConfiguration An object of class DefaultPlotConfiguration used to customize plot aesthetics. Plot-specific settings provided directly to the function, such as xAxisScale, will take precedence over any modifications in defaultPlotConfiguration. If not provided, default settings are applied.

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 93.64162% with 11 lines in your changes are missing coverage. Please review.

Project coverage is 85.35%. Comparing base (2e83d6a) to head (fbf1b27).

Files Patch % Lines
R/sensivitity-time-profiles.R 93.47% 9 Missing :warning:
R/utilities-figures.R 93.33% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #669 +/- ## ========================================== - Coverage 85.56% 85.35% -0.22% ========================================== Files 29 29 Lines 2044 2137 +93 ========================================== + Hits 1749 1824 +75 - Misses 295 313 +18 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.