powered by
Search for symmetries in the loaded model
symmetryDetection(f, obsvect = NULL, prediction = NULL, initial = NULL, ansatz = "uni", pMax = 2, inputs = NULL, fixed = NULL, cores = 1, allTrafos = FALSE)
object containing the ODE for which as.eqnvec() is defined
as.eqnvec()
vector of observation functions
vector containing prediction to be tested
vector containing initial values
type of infinitesimal ansatz used for the analysis (uni, par, multi)
maximal degree of infinitesimal ansatz
specify the input variables
variables to concider fixed
maximal number of cores used for the analysis
do not remove transformations with a common parameter factor
# NOT RUN { eq <- NULL eq <- addReaction(eq, "A", "B", "k1*A") eq <- addReaction(eq, "B", "A", "k2*B") observables <- eqnvec(Aobs = "alpha * A") symmetryDetection(eq, observables) # }
Run the code above in your browser using DataLab