Skip to content

Commit

Permalink
minor minor vignettes
Browse files Browse the repository at this point in the history
  • Loading branch information
jo committed Feb 3, 2015
1 parent dab4b90 commit 2187796
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 0 additions & 2 deletions R/Organism.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


# Organism is the class which contains the metabolic model and other features of the organisms in the arena

########################################################################################################
Expand Down
Binary file modified doc/documentation.pdf
Binary file not shown.
6 changes: 4 additions & 2 deletions vignettes/BacArena-Introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Some features
BacArena is avaible as R package:
```{r}
library("BacArena")
library("sybil")
```

## Getting started
Expand All @@ -40,13 +41,14 @@ addSubs(arena, smax=2000)
And now let the games begin:

```{r}
evalsim <- simulate(arena, time=20)
evalsim <- simulate(arena, time=5)
```

The figure sizes have been customised so that you can easily put two images side-by-side.

```{r, fig.show='hold'}
plotCurves(evalsim, remove=T)
plotCurves(evalsim, remove=T, retdata=F)
#evalArena(evalsim, plot_items=c('population'), phencol=T, retdata=F)
```


Expand Down
6 changes: 4 additions & 2 deletions zombified/chemostat.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
source(file="R/Arena.R")
source(file="R/Eval.R")
source(file="Arena.R")
#source(file="R/Arena.R")
source(file="Eval.R")
#source(file="R/Eval.R")
medium <- c(15, 60)
names(medium) <- c("EX_pi(e)","EX_glc(e)")

Expand Down

0 comments on commit 2187796

Please sign in to comment.