From 38194642f58a798207663d469e8241265de95717 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 17 Nov 2016 17:38:13 +0100 Subject: Use plot_sep in FOCUS D vignette --- vignettes/FOCUS_D.Rmd | 9 +++++---- vignettes/FOCUS_D.html | 33 ++++++++++++++++++--------------- 2 files changed, 23 insertions(+), 19 deletions(-) diff --git a/vignettes/FOCUS_D.Rmd b/vignettes/FOCUS_D.Rmd index 57b2d9d6..998cefa4 100644 --- a/vignettes/FOCUS_D.Rmd +++ b/vignettes/FOCUS_D.Rmd @@ -51,16 +51,17 @@ fit <- mkinfit(SFO_SFO, FOCUS_2006_D, quiet = TRUE) ``` A plot of the fit including a residual plot for both observed variables is obtained -using the `plot` method for `mkinfit` objects. +using the `plot_sep` method for `mkinfit` objects, which shows separate graphs for +all compounds and their residuals. -```{r plot, fig.height = 5} -plot(fit, show_residuals = TRUE) +```{r plot, fig.height = 6, fig.width = 8} +plot_sep(fit, lpos = c("topright", "bottomright")) ``` Confidence intervals for the parameter estimates are obtained using the `mkinparplot` function. -```{r plot_2, fig.height = 4} +```{r plot_2, fig.height = 4, fig.width = 8} mkinparplot(fit) ``` diff --git a/vignettes/FOCUS_D.html b/vignettes/FOCUS_D.html index 743ec52b..fcf9d46d 100644 --- a/vignettes/FOCUS_D.html +++ b/vignettes/FOCUS_D.html @@ -11,7 +11,7 @@ - + Example evaluation of FOCUS Example Dataset D @@ -21,10 +21,11 @@ + + + - -