eval_gfparam: Evaluate all combination of parameters

View source: R/utils.R

eval_gfparamR Documentation

Evaluate all combination of parameters

Description

Evaluate parameters that best fit your 'GreenFeed' data

Usage

eval_gfparam(data, start_date, end_date, gas = "CH4")

Arguments

data

a data frame with preliminary or finalized 'GreenFeed' data

start_date

a character string representing the start date of the study (format: "dd/mm/yyyy")

end_date

a character string representing the end date of the study (format: "dd/mm/yyyy")

gas

a character with the type of gas to evaluate the parameters

Value

A data frame with the mean, SD, and CV for gas production using all possible combination of parameters

Examples

file <- readr::read_csv(system.file("extdata", "StudyName_GFdata.csv", package = "greenfeedr"))
eval <- eval_gfparam(data = file,
                     start_date = "2024-05-13",
                     end_date = "2024-05-20",
                     gas = "CH4"
                    )


greenfeedr documentation built on Sept. 9, 2025, 5:55 p.m.