WTAAnimate WTAShow |
Cellzilla2D Home |
Description
WTAShow implements a "Winner-Take-All" strategy to display a tissue, coloring each cell according the maximum value of a specified list of variables in a simulation at a single time point.
WTAAnimate implements the same "Winner-Take-All" strategy to produce a movie at a sequence of time points.
Needs["Cellzilla2D`"];
Return Value
WTAShow[tissue, simulation, time, {var1,var2,...}, {color1, color2,...},options] returns a Graphics object. simulation is an internal simulation. The list of colors must have the same length of as the list of variables.
WTAAnimate[{var1, var2, ...}, {color1, color2, ...}, options] displays a pop-up menu to select a folder for an external simulation (similar to SimAnimate).
Options
Same as ShowTissue for WTAShow
Same as SimAnimate for WTAAnimate
Example

Implementation Notes
See Also