diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-02-25 15:34:11 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-02-25 15:34:11 +0100 |
commit | 8228a83a4dbd420352823a755926c8778baca460 (patch) | |
tree | 84333fc7a3373f13f8981a5ba070dda99cce470c /tests/testthat | |
parent | c90fdefb4cd438ae71c613f676c2ff6631d0a7a3 (diff) |
Another test case for plotting
Diffstat (limited to 'tests/testthat')
-rw-r--r-- | tests/testthat/test_plots_twa.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testthat/test_plots_twa.R b/tests/testthat/test_plots_twa.R index 0014f738..ff899bc9 100644 --- a/tests/testthat/test_plots_twa.R +++ b/tests/testthat/test_plots_twa.R @@ -52,7 +52,7 @@ context("Plotting") test_that("Plotting mmkin objects is reproducible", { skip_on_cran() - plot_sep_FOCUS_C_SFO <- function() plot_sep(fits[[, "FOCUS_C"]]) + plot_sep_FOCUS_C_SFO <- function() plot_sep(fits[["SFO", "FOCUS_C"]]) mmkin_FOCUS_C <- function() plot(fits[, "FOCUS_C"]) mmkin_SFO <- function() plot(fits["SFO",]) |