Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • dev
  • sybilNLO
  • gprBug
  • maximumtotalflux
  • easyConstraint
  • switchbug
  • thuong
  • momafix
  • rmReactBug
10 results

NAMESPACE

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    NAMESPACE 661 B
    importFrom("graphics", plot)
    
    import(methods)
    import(Matrix)
    import(lattice)
    
    importFrom("grDevices", "colorRampPalette", "grey")
    importFrom("graphics", "arrows", "hist", "points", "polygon", "segments")
    importFrom("utils", "combn", "edit", "read.table", "str", "write.table")
    importFrom("utils", "compareVersion")
    
    exportPattern("^[^\\.]")
    
    
    exportClass(
    checksol,
    fluxDistribution,
    modelorg_irrev,
    modelorg,
    optObj_clpAPI,
    optObj_cplexAPI,
    optObj_glpkAPI,
    optObj_lpSolveAPI,
    optObj,
    optsol_blockedReact,
    optsol_fluxdel,
    optsol_fluxVar,
    optsol_genedel,
    optsol_optimizeProb,
    optsol_robAna,
    optsol,
    pointerToProb,
    ppProc,
    react,
    reactId,
    sybilError,
    sybilLog
    )