exploratory_tr_curve {CBASSED50} | R Documentation |
Plot an exploratory temperature response curve.
Description
Plot an exploratory temperature response curve.
Usage
exploratory_tr_curve(
cbass_dataset,
grouping_properties = c("Site", "Condition", "Species", "Timepoint"),
faceting = "Species ~ Site ~ Condition",
size_text = 12,
size_points = 2
)
Arguments
cbass_dataset |
A data frame containing the dataset to be processed. |
grouping_properties |
A character vector of column names to be used for grouping. Default: c("Site", "Condition", "Species", "Timepoint"). |
faceting |
A formula specifying the faceting of the plot. Default: "Species ~ Site ~ Condition". |
size_text |
Default: 12. A formula specifying the faceting of the plot. |
size_points |
Default: 2. A formula specifying the faceting of the plot. |
Value
A ggplot object representing the temperature response curve.
Examples
# Load example dataset
data(cbass_dataset)
# Create an exploratory temperature response curve
exploratory_curve <- exploratory_tr_curve(cbass_dataset)
[Package CBASSED50 version 0.2.0 Index]