View source: R/get_drfu_tmas.R
add_drfu_tmas | R Documentation |
Add drfu tmas as a column to nested dsf data
add_drfu_tmas(by_var, .data_col = "data", ...)
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) |
the by_var tibble, with a new column "drfu_tma"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.