eval_gfparam | R Documentation |
Evaluate parameters that best fit your 'GreenFeed' data
eval_gfparam(data, start_date, end_date, cutoff)
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") |
cutoff |
an integer specifying the range for identifying outliers (default: 3 SD) |
A data frame with the mean, SD, and CV for gas production using all possible combination of parameters
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"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.