AT.average.Z.from.composition {libamtrack}R Documentation

AT.average.Z.from.composition

Description

Computes the average atomic number for a given material composition

Usage

AT.average.Z.from.composition(Z, weight.fraction)

Arguments

Z

atomic numbers of constituents (array of size n).

weight.fraction

relative fractions of weight of constituents (array of size n).

Value

average.Z

average Z

See Also

View the C source code here: http://sourceforge.net/apps/trac/libamtrack/browser/trunk/src/AT_DataMaterial.c#L403


[Package libamtrack version 0.6.4 Index]