mikeblazanin / gcplyr

gcplyr is an R package that facilitates wrangling and analysis of microbial growth curve data
https://mikeblazanin.github.io/gcplyr/
Other
29 stars 2 forks source link

Make y-value finder function #118

Closed mikeblazanin closed 1 year ago

mikeblazanin commented 1 year ago

A function that uses linear interpolation like find_threshold_crosses does to get the exact y value of any given x value when given a vector of x and y values. Could then use as a backend for find_threshold_crosses but also exported for users in cases where they might want to do that

mikeblazanin commented 1 year ago

done in 1.4.1.9000 as solve_linear