Skip to content
Snippets Groups Projects

rename internal adjust_plot_concentrations

Merged Sebastian Henz requested to merge develop into master
4 files
+ 8
8
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 4
4
@@ -33,11 +33,11 @@ get_log_ticks <- function(x) {
}
adjust_smooth_concentrations <- function(model) {
adjust_plot_concentrations <- function(model) {
# Helper for the plot functions, not exported.
# Deals with the concentrations which are unnecessary for plotting.
# This means it removes the concentrations in the gap and scales the
# concentrations left of the gap up.
# Deals with the concentrations which are unnecessary for plotting. This
# means it removes the concentrations in the gap and increases the
# concentrations left of the gap.
curves <- model$curves
gap_idx <- min(which(!curves$use_for_plotting))
Loading