From 3eefecf0adfbb30b8fb895c244dea6903bcb3e9c Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 31 Jan 2019 16:55:20 +0100 Subject: Restore NAMESPACE which was accidentally overwritten by pkgdown -> roxygen --- docs/reference/mkinresplot.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/reference/mkinresplot.html') diff --git a/docs/reference/mkinresplot.html b/docs/reference/mkinresplot.html index f85344e2..d088cfc9 100644 --- a/docs/reference/mkinresplot.html +++ b/docs/reference/mkinresplot.html @@ -196,7 +196,8 @@

Examples

-
model <- mkinmod(parent = mkinsub("SFO", "m1"), m1 = mkinsub("SFO"))
#> Error in mkinmod(parent = mkinsub("SFO", "m1"), m1 = mkinsub("SFO")): konnte Funktion "mkinmod" nicht finden
fit <- mkinfit(model, FOCUS_2006_D, quiet = TRUE)
#> Error in mkinfit(model, FOCUS_2006_D, quiet = TRUE): konnte Funktion "mkinfit" nicht finden
mkinresplot(fit, "m1")
#> Error in mkinresplot(fit, "m1"): konnte Funktion "mkinresplot" nicht finden
+
model <- mkinmod(parent = mkinsub("SFO", "m1"), m1 = mkinsub("SFO"))
#> Successfully compiled differential equation model from auto-generated C code.
fit <- mkinfit(model, FOCUS_2006_D, quiet = TRUE) +mkinresplot(fit, "m1")