Skip to content

Commit

Permalink
change vignette 0.33 to 1/3 to avoid errors
Browse files Browse the repository at this point in the history
  • Loading branch information
htopazian committed Aug 1, 2022
1 parent d1866af commit c3bc8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/Metapopulation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ mix_2 <- matrix(c(0.8, 0.1, 0.1,
nrow = 3, ncol = 3)
# perfectly-mixed
mix_3 <- matrix(rep(.33, 9), nrow = 3, ncol = 3)
mix_3 <- matrix(rep(1/3, 9), nrow = 3, ncol = 3)
# run model
set.seed(123)
Expand Down

0 comments on commit c3bc8f2

Please sign in to comment.