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 7651db2 commit efa20dd
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 @@ -641,7 +641,7 @@ get_genome_length = function(fit, exome = FALSE, build = "hg38", karyotypes = NU
#' data('fit_example', package = 'mobster')
#' evo_dynamics = s_posterior(fit_example,N_max = 10^9,ncells = 2, u = 0, sigma = 0.5)

s_posterior = function(fit,N_max,ncells = 1,u1 = 0,sigma1 = 1,u2 = 0,sigma2 = 1){
s_posterior = function(fit,N_max = 10^9,ncells = 1,u1 = -0.5,sigma1 = 0.6,u2 = -0.5,sigma2 = 0.6){


if(class(fit) == "dbpmmh"){
Expand Down

0 comments on commit efa20dd

Please sign in to comment.