Cell radius, specified as a positive real number or a vector
of positive real numbers. If R is a vector, then R(i) specifies
the radius of the ith cell.
Example: gm = multisphere([1,2,3])
Empty cell indicator, specified as a vector of logical
true and false values. This vector
must have the same length as the radius vector
R.
The value true corresponds to an empty cell. By
default, multisphere assumes that all cells are not
empty.