flux_fit_type: to check the type of fit

View source: R/flux_fit_type.R

flux_fit_typeR Documentation

to check the type of fit

Description

extracts the type of fit that was applied in flux_fitting or checks that the fit_type provided by the user is compatible with Fluxible

Usage

flux_fit_type(
  df,
  fit_type = c(),
  fit_type_list = c("exp_hm", "exp_tz", "exp_zhao18", "exponential", "linear",
    "quadratic")
)

Arguments

df

any dataframe

fit_type

type of fit that was applied in flux_fitting. Needs to be filled only if the df was produced outside of the Fluxible workflow.

fit_type_list

list of fit types in use with Fluxible.


fluxible documentation built on June 25, 2025, 1:08 a.m.