R/globals.R

globalVariables(unique(c(
  # bsln_plus_helper:
  "intensity",
  # helper_data_protocol:
  "intensity",
  # helper_dmax_dmax:
  "estimate", "intensity",
  # helper_dmax_exp_dmax:
  "estimate", "intensity",
  # helper_dmax_log_exp_moddmax:
  ".", "estimate", "intensity", "lactate",
  # helper_dmax_log_poly_moddmax:
  ".", "estimate", "intensity", "lactate",
  # helper_dmax_moddmax:
  ".", "diffs", "estimate", "intensity", "lactate",
  # lactate_threshold:
  ".", "method_category", "results",
  # method_bsln_plus:
  "data", "data_augmented", "intensity", "method", "model", "results",
  # method_dmax:
  "intensity", "method", "results",
  # method_loglog:
  "data", "intensity", "lactate", "method", "model",
  # method_ltp:
  "data", "intensity", "method", "model",
  # method_ltratio:
  ".fitted", "data", "intensity", "method", "ratio",
  # method_obla:
  "data", "intensity", "method", "results",
  # obla_helper:
  "intensity",
  # plot_lactate:
  ".", ".fitted", "intensity", "lactate", "ratio", "value",
  # prepare_data:
  "heart_rate", "intensity", "lactate",
  # prepare_fit:
  "model",
  # prepare_fit_dmax_mods:
  "intensity", "model",
  # retrieve_intensity:
  ".fitted", "diffs", "rowid",
  "x", "y"
)))

Try the lactater package in your browser

Any scripts or data that you put into this service are public.

lactater documentation built on Nov. 16, 2023, 5:10 p.m.