#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(CNOlistToy,package="CellNOptR")
data(ToyModel,package="CellNOptR")
indicesToy<-indexFinder(CNOlistToy,ToyModel,verbose=TRUE)
ToyFields4Sim<-prep4sim(ToyModel)
#Sim<-simulatorTN(
# CNOlist=CNOlistToy,
# model=ToyModel,
# simList=ToyFields4Sim,
# indexList=indicesToy)
Run the code above in your browser using DataLab