Description Usage Arguments Value Examples
This function calculates the Fraser-Suzuki function.
1 | 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
1 2 3 | 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.