R/xyz2atom.R

Defines functions xyz2atom

Documented in xyz2atom

xyz2atom <-
function(xyz.ind) {
  return( unique( ceiling(xyz.ind/3) ) )
}

Try the bio3d package in your browser

Any scripts or data that you put into this service are public.

bio3d documentation built on Oct. 27, 2022, 1:06 a.m.