fs_mixture {mixchar} | R Documentation |
Fraser-Suzuki mixture model
Description
Fraser-Suzuki mixture model
Usage
fs_mixture(temp, height_1, skew_1, position_1, width_1, height_2, skew_2,
position_2, width_2, height_3, skew_3, position_3, width_3,
height_0 = NULL, skew_0 = NULL, position_0 = NULL,
width_0 = NULL)
Arguments
temp |
temperature values |
height_1 |
height value for hemicellulose |
skew_1 |
shape value for hemicellulose |
position_1 |
position value for hemicellulose |
width_1 |
width value for hemicellulose |
height_2 |
height value for cellulose |
skew_2 |
shape value for cellulose |
position_2 |
position value for cellulose |
width_2 |
width value for cellulose |
height_3 |
height value for lignin |
skew_3 |
shape value for lignin |
position_3 |
position value for lignin |
width_3 |
width value for lignin |
height_0 |
height value for second hemicellulose curve, if present |
skew_0 |
shape value for second hemicellulose curve, if present |
position_0 |
position value for second hemicellulose curve, if present |
width_0 |
width value for second hemicellulose curve, if present |
Value
Fraser-Suzuki model output
Examples
temp <- 150:600
fs_mixture_output <- fs_mixture(temp,
height_1 = 0.003, skew_1 = -0.15, position_1 = 250, width_1 = 50,
height_2 = 0.006, skew_2 = -0.15, position_2 = 320, width_2 = 30,
height_3 = 0.001, skew_3 = -0.15, position_3 = 390, width_3 = 200)
[Package mixchar version 0.1.0 Index]