Skip to content

Commit

Permalink
Pass the ... from analyse_ThermochronometryData() to fit_IsothermalHo…
Browse files Browse the repository at this point in the history
…lding().

This allows to control the plot setting in fit_IsothermalHolding() from
analyse_ThermochronometryData().
  • Loading branch information
mcol committed Jan 23, 2025
1 parent 0142817 commit 4b44615
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions R/analyse_ThermochronometryData.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#'
#' @param verbose [logical] (*with default*): enable/disable terminal output
#'
#' @param ... currently unused
#' @param ... further parameters passed to [fit_IsothermalHolding]
#'
#' @section Function version: 0.1.0
#'
Expand Down Expand Up @@ -95,7 +95,8 @@ analyse_ThermochronometryData <- function(
data = df_ITL,
ITL_model = ITL_model,
rhop = results_FAD,
plot = plot)
plot = plot,
...)

# (3) DRC Data ------------------------------------------------------------
## get DRC data
Expand Down
2 changes: 1 addition & 1 deletion man/analyse_ThermochronometryData.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4b44615

Please sign in to comment.