aboutsummaryrefslogtreecommitdiff
path: root/vignettes/FOCUS_D.Rmd
diff options
context:
space:
mode:
Diffstat (limited to 'vignettes/FOCUS_D.Rmd')
-rw-r--r--vignettes/FOCUS_D.Rmd5
1 files changed, 3 insertions, 2 deletions
diff --git a/vignettes/FOCUS_D.Rmd b/vignettes/FOCUS_D.Rmd
index 4c65b80a..4edc7bf2 100644
--- a/vignettes/FOCUS_D.Rmd
+++ b/vignettes/FOCUS_D.Rmd
@@ -6,6 +6,7 @@ output:
html_document:
mathjax: null
theme: united
+ fig_retina: null
vignette: >
%\VignetteIndexEntry{Example evaluation of FOCUS Example Dataset D}
%\VignetteEngine{knitr::rmarkdown}
@@ -52,14 +53,14 @@ 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.
-```{r, fig.height = 7}
+```{r, fig.height = 5}
plot(fit, show_residuals = TRUE)
```
Confidence intervals for the parameter estimates are obtained using the `mkinparplot` function.
-```{r}
+```{r, fig.height = 4}
mkinparplot(fit)
```

Contact - Imprint