Learn R Programming

fb4package (version 2.0.0)

run_fb4_direct_method: Run FB4 with direct method

Description

Execute FB4 simulation directly with a specified method and value, returning the full daily output.

Usage

run_fb4_direct_method(
  method_type,
  method_value,
  processed_simulation_data,
  oxycal = 13560,
  verbose = FALSE
)

Value

Complete simulation result

Arguments

method_type

Method type ("p_value", "ration_percent", "ration_grams")

method_value

Method-specific value

processed_simulation_data

Complete processed simulation data

oxycal

Oxycalorific coefficient, default 13560

verbose

Whether to show progress messages, default FALSE