View source: R/temperature-responce-curve.R
transform_predictions_to_long_dataframe | R Documentation |
This function takes a list of predictions and converts them into a long-format data frame. Each prediction corresponds to a different temperature range.
transform_predictions_to_long_dataframe(predictions, temp_range)
predictions |
A list of data frames where each data frame represents predictions for a specific temperature range. The data frames should have a common grouping property. |
temp_range |
the temperature range to be used for predictions from the function define_temperature_ranges |
A long-format data frame containing the transformed predictions with columns for "GroupingProperty," "Temperature," and "PredictedPAM."
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.