Skip to content

Commit

Permalink
Update evodynamics.R
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobergamin committed Nov 8, 2023
1 parent b626923 commit 7651db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/evodynamics.R
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ s_posterior = function(fit,N_max,ncells = 1,u1 = 0,sigma1 = 1,u2 = 0,sigma2 = 1)
# library(ggpubr)

data = list( m1 = m1,
m2 = m2
m2 = m2,
Ntot = N_max,
ccf1 = ccf1,
ccf2 = ccf2,
Expand Down

0 comments on commit 7651db2

Please sign in to comment.