add_drfu_tmas: Add drfu tmas as a column to nested dsf data

View source: R/get_drfu_tmas.R

add_drfu_tmasR Documentation

Add drfu tmas as a column to nested dsf data

Description

Add drfu tmas as a column to nested dsf data

Usage

add_drfu_tmas(by_var, .data_col = "data", ...)

Arguments

by_var

a nested tibble. one unique dataset per row, with data nested as a tibble. each tibble contains temperature, value, and drfu data

.data_col

name of the column containing the nested data tibbles

...

arguments passed to get_drfu_tmas, such as .x_vec (name of temperature column, defaults to "Temperature), .y_vec (name of dRFU column, defaults to "drfu_norm"), .precision (precision to determine tmas to, defalts to 0.1)

Value

the by_var tibble, with a new column "drfu_tma"


taiawu/dsfworld_package documentation built on June 18, 2024, 5:39 a.m.