diff options
author | Suraj Yerramilli | 2016-05-17 16:51:55 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2016-05-17 16:51:55 +0530 |
commit | ae04e46e0ba498fc9e64debc892a0beeec19b275 (patch) | |
tree | 0e65c065aafd189088556ab8ba58bcaa4ce68c62 | |
parent | dec184ab474f32c1d30a255e9ce738fa4278ba24 (diff) | |
download | SysID-R-code-ae04e46e0ba498fc9e64debc892a0beeec19b275.tar.gz SysID-R-code-ae04e46e0ba498fc9e64debc892a0beeec19b275.tar.bz2 SysID-R-code-ae04e46e0ba498fc9e64debc892a0beeec19b275.zip |
minor corrections
-rw-r--r-- | R/data.R | 6 | ||||
-rw-r--r-- | man/cstr.Rd | 3 | ||||
-rw-r--r-- | man/cstrData.Rd | 3 |
3 files changed, 8 insertions, 4 deletions
@@ -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} |