Open
Description
I've a SIR model with many, many cells. They influence each other via a contact matrix. Thus for me, only a select cells are of interest.
Is there a way to suppress the output of deriv
variables to model$run
?
For a workaround, is it possible to know how I can take the current output, edit it, and pass it to the rest of the odin machinery?
An example of syntax could be:
output(S[]) <- NULL
To suppress the outputs of S[1]
, ..., S[N]
.