Learn R Programming

libamtrack (version 0.6.3)

AT.particle.no.from.Z.and.A: AT.particle.no.from.Z.and.A

Description

Returns particle index number from given A and Z

Usage

AT.particle.no.from.Z.and.A(Z, A)

Arguments

Z
atomic numbers (array of size n).
A
mass number (array of size n).

Value

  • particle.nocorresponding particle index numbers (array of size n)
  • statusstatus

See Also

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