Learn R Programming

libamtrack (version 0.6.3)

AT.I.eV.from.composition: AT.I.eV.from.composition

Description

Computes the I value for a given material composition

Usage

AT.I.eV.from.composition(Z, A, weight.fraction)

Arguments

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).

Value

  • I.eVI value in eV

See Also

View the C source code here: http://sourceforge.net/apps/trac/libamtrack/browser/tags/0.6.3/src/AT_Dat aMaterial.c#L452