powered by
This function calculates the Plant Stress Response Index from time-series germination data with optional radicle vigor integration.
calculate_psri( germination_counts, time_points = c(3, 5, 7), total_seeds, species, radicle_summary = NULL, diseased_counts = NULL )
A list containing PSRI components and metrics
Numeric vector of cumulative germination counts at each time point (length 3 for days 3, 5, 7)
Numeric vector of time points in days (default: c(3, 5, 7))
Integer, total number of seeds in the replicate
Character string, species name for identification
Optional list containing radicle data
Optional numeric vector of diseased seed counts
Walne, C.H., Gaudin, A., Henry, W.B., and Reddy, K.R. (2020). In vitro seed germination response of corn hybrids to osmotic stress conditions. Agrosystems, Geosciences & Environment, 3(1), e20087. tools:::Rd_expr_doi("10.1002/agg2.20087")
result <- calculate_psri( germination_counts = c(5, 8, 10), time_points = c(3, 5, 7), total_seeds = 15, species = 'corn' ) print(result$PSRI)
Run the code above in your browser using DataLab