summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--R/data.R6
-rw-r--r--man/cstr.Rd3
-rw-r--r--man/cstrData.Rd3
3 files changed, 8 insertions, 4 deletions
diff --git a/R/data.R b/R/data.R
index b69c1d5..5406356 100644
--- a/R/data.R
+++ b/R/data.R
@@ -55,8 +55,9 @@
#'
#' Inputs: q, Coolant Flow l/min
#' Outputs:
+#' \describe{
#' \item{Ca}{Concentration mol/l}
-#' \item{T}{Temperature Kelvin}
+#' \item{T}{Temperature Kelvin}}
#'
#' @format an \code{idframe} object with 7500 samples, one input and two
#' outputs
@@ -71,8 +72,9 @@
#'
#' Inputs: q, Coolant Flow l/min
#' Outputs:
+#' \describe{
#' \item{Ca}{Concentration mol/l}
-#' \item{T}{Temperature Kelvin}
+#' \item{T}{Temperature Kelvin}}
#'
#' @format an \code{data.frame} object with 7500 rows and three columns:
#' q, Ca and T
diff --git a/man/cstr.Rd b/man/cstr.Rd
index 7dcc0d1..66f31f5 100644
--- a/man/cstr.Rd
+++ b/man/cstr.Rd
@@ -18,8 +18,9 @@ controlled by regulating the coolant flow.
\details{
Inputs: q, Coolant Flow l/min
Outputs:
+\describe{
\item{Ca}{Concentration mol/l}
-\item{T}{Temperature Kelvin}
+\item{T}{Temperature Kelvin}}
}
\keyword{datasets}
diff --git a/man/cstrData.Rd b/man/cstrData.Rd
index 5a0a6c6..f7198e4 100644
--- a/man/cstrData.Rd
+++ b/man/cstrData.Rd
@@ -21,8 +21,9 @@ controlled by regulating the coolant flow.
\details{
Inputs: q, Coolant Flow l/min
Outputs:
+\describe{
\item{Ca}{Concentration mol/l}
-\item{T}{Temperature Kelvin}
+\item{T}{Temperature Kelvin}}
}
\keyword{datasets}