AT.I.eV.from.composition {libamtrack} | R Documentation |
Computes the I value for a given material composition
AT.I.eV.from.composition(Z, A, weight.fraction)
Z |
atomic numbers of constituents (array of size n). |
A |
mass numbers of constituents (array of size n). |
weight.fraction |
relative fractions of weight of constituents (array of size n). |
I.eV |
I value in eV |
View the C source code here: http://sourceforge.net/apps/trac/libamtrack/browser/trunk/src/AT_DataMaterial.c#L452