Fraser-Suzuki function for a single curve
This function calculates the Fraser-Suzuki function.
fs_function(temp, height, skew, position, width)
temp
: temperature valuesheight
: height valueskew
: shape valueposition
: position valuewidth
: width valueFraser-Suzuki function
temp <- 150:600 fs_output <- fs_function(temp, height = 0.004, skew = -.15, position = 250, width = 50)