From a1631098acfc3352e19c331e568bd6f5766b3c3d Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 9 Nov 2020 16:33:19 +0100 Subject: Merge plot methods for nlme.mmkin and saem.mmkin This avoids code duplication --- docs/dev/reference/Rplot002.png | Bin 56909 -> 57363 bytes docs/dev/reference/Rplot003.png | Bin 52903 -> 56909 bytes docs/dev/reference/dot-plot_mixed.html | 203 ++++++++++++++++++++ docs/dev/reference/get_deg_func.html | 10 +- docs/dev/reference/index.html | 10 +- docs/dev/reference/plot_mixed-1.png | Bin 0 -> 86076 bytes docs/dev/reference/plot_mixed-2.png | Bin 0 -> 164488 bytes docs/dev/reference/plot_mixed-3.png | Bin 0 -> 164014 bytes docs/dev/reference/plot_mixed.html | 336 +++++++++++++++++++++++++++++++++ docs/dev/reference/reexports.html | 14 +- 10 files changed, 555 insertions(+), 18 deletions(-) create mode 100644 docs/dev/reference/dot-plot_mixed.html create mode 100644 docs/dev/reference/plot_mixed-1.png create mode 100644 docs/dev/reference/plot_mixed-2.png create mode 100644 docs/dev/reference/plot_mixed-3.png create mode 100644 docs/dev/reference/plot_mixed.html (limited to 'docs/dev/reference') diff --git a/docs/dev/reference/Rplot002.png b/docs/dev/reference/Rplot002.png index cd2014eb..8ada7133 100644 Binary files a/docs/dev/reference/Rplot002.png and b/docs/dev/reference/Rplot002.png differ diff --git a/docs/dev/reference/Rplot003.png b/docs/dev/reference/Rplot003.png index 7514f1a4..cd2014eb 100644 Binary files a/docs/dev/reference/Rplot003.png and b/docs/dev/reference/Rplot003.png differ diff --git a/docs/dev/reference/dot-plot_mixed.html b/docs/dev/reference/dot-plot_mixed.html new file mode 100644 index 00000000..e359c5ea --- /dev/null +++ b/docs/dev/reference/dot-plot_mixed.html @@ -0,0 +1,203 @@ + + + + + + + + +Not intended to be called directly by the user — .plot_mixed • mkin + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+ +
+
+ + +
+

Not intended to be called directly by the user

+
+ +
.plot_mixed(
+  x,
+  i = 1:ncol(x$mmkin),
+  degparms_optim,
+  degparms_pop,
+  residuals,
+  obs_vars = names(x$mkinmod$map),
+  standardized = TRUE,
+  xlab = "Time",
+  xlim = range(x$data$time),
+  resplot = c("predicted", "time"),
+  ymax = "auto",
+  maxabs = "auto",
+  ncol.legend = ifelse(length(i) <= 3, length(i) + 1, ifelse(length(i) <= 8, 3, 4)),
+  nrow.legend = ceiling((length(i) + 1)/ncol.legend),
+  rel.height.legend = 0.03 + 0.08 * nrow.legend,
+  rel.height.bottom = 1.1,
+  pch_ds = 1:length(i),
+  col_ds = pch_ds + 1,
+  lty_ds = col_ds,
+  frame = TRUE,
+  ...
+)
+ + + +
+ +
+ + +
+ + +
+

Site built with pkgdown 1.6.1.

+
+ +
+
+ + + + + + + + diff --git a/docs/dev/reference/get_deg_func.html b/docs/dev/reference/get_deg_func.html index ea0676cc..a266bf5f 100644 --- a/docs/dev/reference/get_deg_func.html +++ b/docs/dev/reference/get_deg_func.html @@ -72,7 +72,7 @@ mkin - 0.9.50.3 + 0.9.50.4 @@ -120,7 +120,7 @@