View source: R/temperature-responce-curve.R
define_temperature_ranges | R Documentation |
This function takes a vector of temperatures and generates a sequence of temperature values that span the range of input temperatures.
define_temperature_ranges(temperatures, n = 100)
temperatures |
A numeric vector containing temperature values. |
n |
An integer specifying the length of the output sequence. Default is 100. |
A numeric vector containing a sequence of temperature values ranging from the minimum temperature to the maximum temperature plus 1, evenly spaced based on the specified length.
temperatures <- c(10, 15, 20, 25, 30)
define_temperature_ranges(temperatures)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.