# This computes the output of the full model, which is normally not done on a
# stand alone basis, but if you have a model and would like to visualise its
# output compared to your data, then this is what you should do
data(CNOlistToy2,package="CellNOptR")
data(ToyModel2,package="CellNOptR")
#Sim<-simulatorTN(
# CNOlist=CNOlistToy2,
# model=ToyModel2)
#Sim2<-simulatorTN(
# simResultsT1=Sim,
# CNOlist=CNOlistToy2,
# model=ToyModel2,
# simList=ToyFields4Sim,
# indexList=indicesToy, timeIndex=3)
Run the code above in your browser using DataLab