diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-03-11 06:12:04 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-03-11 06:12:04 +0100 |
commit | a0bbfd3291aaa1a55438b8746c1e3cfb58ce4172 (patch) | |
tree | b0556313451ef6fd266e23c30e97f83dd71df607 /man | |
parent | 0b677308e3ffbf742880f05cc54da469f3ecc854 (diff) |
Adapt usage section in help for old dataset to lazy loading
Rebuild pkgdown reference
Diffstat (limited to 'man')
-rw-r--r-- | man/FOCUS_2006_DFOP_ref_A_to_B.Rd | 2 | ||||
-rw-r--r-- | man/FOCUS_2006_FOMC_ref_A_to_F.Rd | 2 | ||||
-rw-r--r-- | man/FOCUS_2006_HS_ref_A_to_F.Rd | 2 | ||||
-rw-r--r-- | man/FOCUS_2006_SFO_ref_A_to_F.Rd | 2 | ||||
-rw-r--r-- | man/schaefer07_complex_case.Rd | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/man/FOCUS_2006_DFOP_ref_A_to_B.Rd b/man/FOCUS_2006_DFOP_ref_A_to_B.Rd index ea512703..08d1d6d1 100644 --- a/man/FOCUS_2006_DFOP_ref_A_to_B.Rd +++ b/man/FOCUS_2006_DFOP_ref_A_to_B.Rd @@ -11,7 +11,7 @@ The results from fitting the data with the Topfit software was removed, as the initial concentration of the parent compound was fixed to a value of 100
in this fit.
}
-\usage{data(FOCUS_2006_DFOP_ref_A_to_B)}
+\usage{FOCUS_2006_DFOP_ref_A_to_B}
\format{
A data frame containing the following variables.
\describe{
diff --git a/man/FOCUS_2006_FOMC_ref_A_to_F.Rd b/man/FOCUS_2006_FOMC_ref_A_to_F.Rd index aa2c349a..95195dd8 100644 --- a/man/FOCUS_2006_FOMC_ref_A_to_F.Rd +++ b/man/FOCUS_2006_FOMC_ref_A_to_F.Rd @@ -11,7 +11,7 @@ The results from fitting the data with the Topfit software was removed, as the initial concentration of the parent compound was fixed to a value of 100
in this fit.
}
-\usage{data(FOCUS_2006_FOMC_ref_A_to_F)}
+\usage{FOCUS_2006_FOMC_ref_A_to_F}
\format{
A data frame containing the following variables.
\describe{
diff --git a/man/FOCUS_2006_HS_ref_A_to_F.Rd b/man/FOCUS_2006_HS_ref_A_to_F.Rd index cc526843..c431943e 100644 --- a/man/FOCUS_2006_HS_ref_A_to_F.Rd +++ b/man/FOCUS_2006_HS_ref_A_to_F.Rd @@ -11,7 +11,7 @@ The results from fitting the data with the Topfit software was removed, as the initial concentration of the parent compound was fixed to a value of 100
in this fit.
}
-\usage{data(FOCUS_2006_HS_ref_A_to_F)}
+\usage{FOCUS_2006_HS_ref_A_to_F}
\format{
A data frame containing the following variables.
\describe{
diff --git a/man/FOCUS_2006_SFO_ref_A_to_F.Rd b/man/FOCUS_2006_SFO_ref_A_to_F.Rd index 02bf370b..c0651c6a 100644 --- a/man/FOCUS_2006_SFO_ref_A_to_F.Rd +++ b/man/FOCUS_2006_SFO_ref_A_to_F.Rd @@ -11,7 +11,7 @@ The results from fitting the data with the Topfit software was removed, as the initial concentration of the parent compound was fixed to a value of 100
in this fit.
}
-\usage{data(FOCUS_2006_SFO_ref_A_to_F)}
+\usage{FOCUS_2006_SFO_ref_A_to_F}
\format{
A data frame containing the following variables.
\describe{
diff --git a/man/schaefer07_complex_case.Rd b/man/schaefer07_complex_case.Rd index 50272f4e..1175e3d4 100644 --- a/man/schaefer07_complex_case.Rd +++ b/man/schaefer07_complex_case.Rd @@ -10,7 +10,7 @@ software quality of KinGUI in the original publication (Schäfer et al., 2007).
The results from the fitting are also included.
}
-\usage{data(schaefer07_complex_case)}
+\usage{schaefer07_complex_case}
\format{
The data set is a data frame with 8 observations on the following 6 variables.
\describe{
|