Closed rengelke closed 5 months ago
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: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
sensitivityTimeProfiles
with new signature: closes #624, closes #618, closes #204, closes #606@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 classDefaultPlotConfiguration
used to customize plot aesthetics. Plot-specific settings provided directly to the function, such asxAxisScale
, will take precedence over any modifications indefaultPlotConfiguration
. If not provided, default settings are applied.