From db9ae6a0c9cecb92048fde6f06af1da183c09b5f Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 19 Nov 2020 15:41:24 +0100 Subject: Depend on parallel, doc improvements By depending on parallel instead of importing it, functions to set up and stop a cluster are always available when mkin is loaded. The use of multicore processing in mmkin on Windows is now documented in the help file, which brings mkin closer to a version 1.0 #9. --- docs/dev/reference/index.html | 63 ++++++++++++++++++++++++++++--------------- 1 file changed, 41 insertions(+), 22 deletions(-) (limited to 'docs/dev/reference/index.html') diff --git a/docs/dev/reference/index.html b/docs/dev/reference/index.html index 36c10225..cb37f9a6 100644 --- a/docs/dev/reference/index.html +++ b/docs/dev/reference/index.html @@ -163,7 +163,7 @@ -

mkinmod()

+

mkinmod() print(<mkinmod>) mkinsub()

Function to set up a kinetic model with one or more state variables

@@ -373,6 +373,18 @@ of an mmkin object

+ +

focus_soil_moisture

+ +

FOCUS default values for soil moisture contents at field capacity, MWHC and 1/3 bar

+ + + +

D24_2014

+ +

Aerobic soil degradation data on 2,4-D from the EU assessment in 2014

+ +

FOCUS_2006_A FOCUS_2006_B FOCUS_2006_C FOCUS_2006_D FOCUS_2006_E FOCUS_2006_F

@@ -446,15 +458,15 @@ of an mmkin object

-

mkinds

+

print(<mkinds>)

A dataset class for mkin

-

print(<mkinds>)

+

print(<mkindsg>)

-

Print mkinds objects

+

A class for dataset groups for mkin

@@ -484,7 +496,7 @@ of an mmkin object

-

Helper functions mainly used internally

+

Utility functions

@@ -496,9 +508,9 @@ of an mmkin object

-

mkinsub()

+

f_time_norm_focus()

-

Function to set up a kinetic submodel for one state variable

+

Normalisation factors for aerobic soil degradation according to FOCUS guidance

@@ -508,12 +520,6 @@ of an mmkin object

kinetic models fitted with mkinfit

- -

mkinpredict()

- -

Produce predictions from a kinetic model using specific parameters

- -

mkin_wide_to_long()

@@ -524,12 +530,25 @@ kinetic models fitted with mkinfit

mkin_long_to_wide()

Convert a dataframe from long to wide format

- + + + + +

Helper functions mainly used internally

+

+ + + + + + + + -

print(<mkinmod>)

+

mkinpredict()

-

Print mkinmod objects

+

Produce predictions from a kinetic model using specific parameters

@@ -544,12 +563,6 @@ kinetic models fitted with mkinfit

Function to perform isometric log-ratio transformation

- -

sigma_twocomp()

- -

Two-component error model

- -

logLik(<mkinfit>)

@@ -664,6 +677,12 @@ kinetic models fitted with mkinfit

add_err()

Add normally distributed errors to simulated kinetic degradation data

+ + + +

sigma_twocomp()

+ +

Two-component error model

-- cgit v1.2.1