From 8b7edd4eaf0d196e674a085f744d1a69260a6c91 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 16 Nov 2023 06:02:05 +0100 Subject: Update pkgdown docs to bootstrap 5 with search --- docs/reference/mkinds.html | 201 +++++++++++++++++++-------------------------- 1 file changed, 83 insertions(+), 118 deletions(-) (limited to 'docs/reference/mkinds.html') diff --git a/docs/reference/mkinds.html b/docs/reference/mkinds.html index dda44620..4d4ac772 100644 --- a/docs/reference/mkinds.html +++ b/docs/reference/mkinds.html @@ -1,130 +1,99 @@ -A dataset class for mkin — mkinds • mkinA dataset class for mkin — mkinds • mkin + + Skip to contents -
-
-
- + + +
+
+
+
-
+

At the moment this dataset class is hardly used in mkin. For example, mkinfit does not take mkinds datasets as argument, but works with dataframes such as the on contained in the data field of mkinds objects. Some datasets provided by this package come as mkinds objects nevertheless.

-
+
+

Usage

# S3 method for mkinds
 print(x, data = FALSE, ...)
-
-

Arguments

+
+

Arguments

x

An mkinds object.

@@ -137,8 +106,8 @@ provided by this package come as mkinds objects nevertheless.

Not used.

-
-

Public fields

+
+

Public fields

title

A full title for the dataset

@@ -170,8 +139,8 @@ and value in order to be compatible with mkinfit

-
-

Methods

+
+

Methods

Public methods

@@ -186,7 +155,7 @@ and value in order to be compatible with mkinfit

-

Arguments

+

Arguments

title

The dataset title

@@ -214,7 +183,7 @@ and value in order to be compatible with mkinfit

-

Arguments

+

Arguments

deep

Whether to make a deep clone.

@@ -226,8 +195,8 @@ and value in order to be compatible with mkinfit

-
-

Examples

+
+

Examples


 mds <- mkinds$new("FOCUS A", FOCUS_2006_A)
 print(mds)
@@ -239,26 +208,22 @@ and value in order to be compatible with mkinfit

-
- -
+
-
- -- cgit v1.2.1