From 6476f5f49b373cd4cf05f2e73389df83e437d597 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 13 Feb 2025 16:30:31 +0100 Subject: Axis legend formatting, update vignettes --- docs/dev/reference/status.html | 191 ----------------------------------------- 1 file changed, 191 deletions(-) delete mode 100644 docs/dev/reference/status.html (limited to 'docs/dev/reference/status.html') diff --git a/docs/dev/reference/status.html b/docs/dev/reference/status.html deleted file mode 100644 index df3e3a44..00000000 --- a/docs/dev/reference/status.html +++ /dev/null @@ -1,191 +0,0 @@ - -Method to get status information for fit array objects — status • mkin - - -
-
- - - -
-
- - -
-

Method to get status information for fit array objects

-
- -
-
status(object, ...)
-
-# S3 method for mmkin
-status(object, ...)
-
-# S3 method for status.mmkin
-print(x, ...)
-
-# S3 method for mhmkin
-status(object, ...)
-
-# S3 method for status.mhmkin
-print(x, ...)
-
- -
-

Arguments

-
object
-

The object to investigate

- - -
...
-

For potential future extensions

- - -
x
-

The object to be printed

- -
-
-

Value

- - -

An object with the same dimensions as the fit array -suitable printing method.

-
- -
-

Examples

-
# \dontrun{
-fits <- mmkin(
-  c("SFO", "FOMC"),
-  list("FOCUS A" = FOCUS_2006_A,
-       "FOCUS B" = FOCUS_2006_C),
-  quiet = TRUE)
-status(fits)
-#>       dataset
-#> model  FOCUS A FOCUS B
-#>   SFO  OK      OK     
-#>   FOMC OK      OK     
-#> 
-#> OK: No warnings
-# }
-
-
-
- -
- - -
- - - - - - - - -- cgit v1.2.1