PackNet: Packing possible LIM networks into a list.
Description
Through the use of certain functions in this package, a list of enaR network objects are created.
The output created is a list of network objects ready to be used in enaR.
In order to 'pack' an enaR network object, you require a flow matrix of type 'matrix'.
You will require input,respiration,export, and output vectors of type 'vector'
Storage consists of the 'components' value from the LIM file called using "'limfile'$Components" where limfile is the name of the lim file read in.
Living requires a vector consisting of true and false values to indicate whether the corresponding node is alive or dead.
The LIMtoENA functions provide this requirements.