exploratory_tr_curve: Plot an exploratory temperature response curve.

View source: R/experimental-features.R

exploratory_tr_curveR 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)

CBASSED50 documentation built on June 8, 2025, 10:27 a.m.