lavrami {takos} | R Documentation |
Title Avrami Linearization
Description
performs analysis of the thermograms using the linearized avrami method in the interval of Xc selected by the user
Usage
lavrami(mat, up = 0.9999, low = 1e-04)
Arguments
mat |
matrix of the all the thermograms checked using the functiom mat.check |
up |
max degree of the interval for applying the linearized model default 0.9999 |
low |
min degree of the interval for applying the linearized model default 0.0001 |
Value
models "mod", datable "xy" for plot
References
1. Avrami M. Kinetics of Phase Change. I General Theory. J Chem Phys. 1939;7(12):1103-1112. doi:10.1063/1.1750380.
[Package takos version 0.2.0 Index]