From a6d61c06d573574cf574ed893cc13808a9e8b785 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 19 Jan 2017 09:20:22 +0100 Subject: Fix order of arguments to one_box, correct docs --- man/plot.one_box.Rd | 1 + 1 file changed, 1 insertion(+) (limited to 'man/plot.one_box.Rd') diff --git a/man/plot.one_box.Rd b/man/plot.one_box.Rd index e2c9a42..69ee908 100644 --- a/man/plot.one_box.Rd +++ b/man/plot.one_box.Rd @@ -38,6 +38,7 @@ plot(sawtooth(dfop_pred, 3, 7), max_twa = 21) # Use a fitted mkinfit model m_2 <- mkinmod(parent = mkinsub("SFO", "m1"), m1 = mkinsub("SFO")) fit_2 <- mkinfit(m_2, FOCUS_2006_D, quiet = TRUE) +pred_2 <- one_box(fit_2) pred_2_saw <- sawtooth(pred_2, 2, 7) plot(pred_2_saw, max_twa = 21, max_twa_var = "m1") } -- cgit v1.2.1