fs_function function

Fraser-Suzuki function for a single curve

Fraser-Suzuki function for a single curve

This function calculates the Fraser-Suzuki function.

fs_function(temp, height, skew, position, width)

Arguments

  • temp: temperature values
  • height: height value
  • skew: shape value
  • position: position value
  • width: width value

Returns

Fraser-Suzuki function

Examples

temp <- 150:600 fs_output <- fs_function(temp, height = 0.004, skew = -.15, position = 250, width = 50)
  • Maintainer: Saras Windecker
  • License: MIT + file LICENSE
  • Last published: 2018-08-16