| fs_function | R Documentation | 
This function calculates the Fraser-Suzuki function.
fs_function(temp, height, skew, position, width)
| temp | temperature values | 
| height | height value | 
| skew | shape value | 
| position | position value | 
| width | width value | 
Fraser-Suzuki function
temp <- 150:600
fs_output <- fs_function(temp, height = 0.004, skew = -.15,
position = 250, width = 50)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.