diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-12-06 10:33:24 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-12-06 10:33:24 +0100 |
commit | 478c6d5eec4c84b22b43adcbdf36888b302ead00 (patch) | |
tree | 57adb0fdac19ec877bc0fbc20aa12366e0ea4341 /tests/testthat/test_multistart.R | |
parent | e3057a3a71dbbd9028e192885d17a92607428296 (diff) |
Some parplot improvements
llquant argument, improved legend text, tests
Diffstat (limited to 'tests/testthat/test_multistart.R')
-rw-r--r-- | tests/testthat/test_multistart.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testthat/test_multistart.R b/tests/testthat/test_multistart.R index 91ef71f0..dda0ea23 100644 --- a/tests/testthat/test_multistart.R +++ b/tests/testthat/test_multistart.R @@ -50,7 +50,7 @@ test_that("multistart works for saem.mmkin models", { llhist_dfop_sfo <- function() llhist(saem_dfop_sfo_m_multi) parplot_dfop_sfo <- function() parplot(saem_dfop_sfo_m_multi, - ylim = c(0.5, 2)) + ylim = c(0.5, 2), llquant = 0.5) vdiffr::expect_doppelganger("llhist for dfop sfo fit", llhist_dfop_sfo) vdiffr::expect_doppelganger("parplot for dfop sfo fit", parplot_dfop_sfo) |