<PRE> vx,vy,vz,fx,fy,fz = atom attribute (velocity, force component)
density/number, density/mass = number or mass density
c_ID = per-atom vector calculated by a compute with ID
c_ID[I] = Ith column of per-atom array calculated by a compute with ID
f_ID = per-atom vector calculated by a fix with ID
f_ID[I] = Ith column of per-atom array calculated by a fix with ID
v_name = per-atom vector calculated by an atom-style variable with name
</PRE>
<LI>zero or more keyword/arg pairs may be appended
<LI>keyword = <I>region</I> or <I>bound</I> or <I>discard</I> or <I>norm</I> or <I>ave</I> or <I>units</I> or <I>file</I> or <I>overwrite</I> or <I>title1</I> or <I>title2</I> or <I>title3</I>
<PRE><I>region</I> arg = region-ID
<I>bound</I> args = x/y/z lo hi
x/y/z = <I>x</I> or <I>y</I> or <I>z</I> to bound bins in this dimension
lo = <I>lower</I> or coordinate value (distance units)
hi = <I>upper</I> or coordinate value (distance units)
<I>discard</I> arg = <I>mixed</I> or <I>no</I> or <I>yes</I>
mixed = discard atoms outside bins only if bin bounds are explicitly set
no = always keep out-of-bounds atoms
yes = always discard out-of-bounds atoms
<I>norm</I> arg = <I>all</I> or <I>sample</I>
region-ID = ID of region atoms must be in to contribute to spatial averaging
<I>ave</I> args = <I>one</I> or <I>running</I> or <I>window M</I>
one = output new average value every Nfreq steps
running = output cumulative average of all previous Nfreq steps
window M = output average of M most recent Nfreq steps
<I>units</I> arg = <I>box</I> or <I>lattice</I> or <I>reduced</I>
<I>file</I> arg = filename
filename = file to write results to
<I>overwrite</I> arg = none = overwrite output file with only latest output
<I>title1</I> arg = string
string = text to print as 1st line of output file
<I>title2</I> arg = string
string = text to print as 2nd line of output file
<I>title3</I> arg = string
string = text to print as 3rd line of output file
</PRE>
</UL>
<P><B>Examples:</B>
</P>
<PRE>fix 1 all ave/spatial 10000 1 10000 z lower 0.02 c_myCentro units reduced &