Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
Improving the figure labels.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Le Rouzic committed Dec 12, 2022
1 parent 80c05b1 commit 957df11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/amodel.R
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ simmodel <- function(u=0.1, pi=0.03, s=0, k=1, sp=0, n0=1, p0=0, r=0, N=10000, T

plot.model.dyn <- function(model.default, model.par, what="n", pred=TRUE, sim=FALSE, max=FALSE, legend=TRUE, Tmax=100, N=10000, rep=1, nb.simpt=21,
use.cache=TRUE, col=1:10,
xlab="Generations", ylab=if(what=="n") "Copy number" else "Cluster frequency", xlim=c(0,Tmax), ylim=NA,
xlab="Generations", ylab=if(what=="n") "Copy number (n)" else "TE cluster insertion frequency (p)", xlim=c(0,Tmax), ylim=NA,
legend.pos="topleft", simulator=simulator.default, ...) {

dyn.res <- lapply(model.par, function(mm) {
Expand Down

0 comments on commit 957df11

Please sign in to comment.