walsby_modified {pam}R Documentation

Walsby Model Modification

Description

Enhances the Walsby (1997) model by adding parameters from other models and standardizing parameter names.

Usage

walsby_modified(model_result)

Arguments

model_result

A list of model results including etr_max, alpha, and beta.

Details

A detailed documentation can be found under https://github.com/biotoolbox/pam?tab=readme-ov-file#walsby_modified

Value

A list containing:

Examples

path <- file.path(system.file("extdata", package = "pam"), "20240925.csv")
data <- read_dual_pam_data(path)

result <- walsby_generate_regression_ETR_II(data)
modified_result <- walsby_modified(result)


[Package pam version 1.0.2 Index]