R/event.R
event_batch_transfer.Rd
Produces an event object representing a batch transfer by dilution with new medium.
First, all existing species and resource concentrations are multiplied by dilution
.
Then, the resource concentrations listed in resources
, multiplied by 1 - dilution
, are added.
event_batch_transfer(dilution, resources)
S3 object of class rescomp_event
.
# TODO