diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/FOCUS_2006.Rd (renamed from man/FOCUS_2006_gmkin.Rd) | 17 | ||||
-rw-r--r-- | man/FOCUS_2006_Z.Rd (renamed from man/FOCUS_2006_Z_gmkin.Rd) | 14 |
2 files changed, 16 insertions, 15 deletions
diff --git a/man/FOCUS_2006_gmkin.Rd b/man/FOCUS_2006.Rd index df0a22a..56bccac 100644 --- a/man/FOCUS_2006_gmkin.Rd +++ b/man/FOCUS_2006.Rd @@ -1,22 +1,23 @@ -\name{FOCUS_2006_gmkin}
-\alias{FOCUS_2006_gmkin}
+\name{FOCUS_2006}
+\alias{FOCUS_2006}
\docType{data}
\title{
Example gmkin workspace for Datasets C and D from the FOCUS Kinetics report
}
\description{
- Data taken from FOCUS (2006), Appendix 3. This is the the workspace that is
- loaded into \code{\link{gmkin}} by default.
+ An \code{\link{gmkinws}} object with data taken from FOCUS (2006), Appendix
+ 3. This is the the workspace that is loaded into \code{\link{gmkin}} by
+ default.
}
-\usage{FOCUS_2006_gmkin}
+\usage{FOCUS_2006}
\format{
- A list named \code{FOCUS_2006_gmkin} containing the components
+ A list named \code{FOCUS_2006} containing the components
needed to populate the gmkin user interface.
}
\examples{
\dontrun{
- save(FOCUS_2006_gmkin, file = "FOCUS_2006_gmkin.RData")
- # Now you can load the file "FOCUS_2006_gmkin.RData" from gmkin,
+ save(FOCUS_2006, file = "FOCUS_2006.RData")
+ # Now you can load the file "FOCUS_2006.RData" from gmkin,
# restoring the workspace that is loaded at startup.
}
}
diff --git a/man/FOCUS_2006_Z_gmkin.Rd b/man/FOCUS_2006_Z.Rd index 44edded..ac7098c 100644 --- a/man/FOCUS_2006_Z_gmkin.Rd +++ b/man/FOCUS_2006_Z.Rd @@ -1,5 +1,5 @@ -\name{FOCUS_2006_Z_gmkin}
-\alias{FOCUS_2006_Z_gmkin}
+\name{FOCUS_2006_Z}
+\alias{FOCUS_2006_Z}
\docType{data}
\title{
Example gmkin workspace for Dataset Z from the FOCUS Kinetics report
@@ -7,15 +7,15 @@ \description{
Data taken from FOCUS (2006), Appendix 7, p. 350.
}
-\usage{FOCUS_2006_Z_gmkin}
+\usage{FOCUS_2006_Z}
\format{
- A list named \code{FOCUS_2006_Z_gmkin} containing the components
- needed to populate the \code{\link{gmkin}} user interface.
+ An \code{\link{gmkinws}} object with dataset Z taken from FOCUS (2006),
+ together with most of the models used in the corresponding vignette.
}
\examples{
\dontrun{
- save(FOCUS_2006_Z_gmkin, file = "FOCUS_2006_Z_gmkin.RData")
- # Now you can load the file "FOCUS_2006_Z_gmkin.RData" from gmkin
+ save(FOCUS_2006_Z, file = "FOCUS_2006_Z.RData")
+ # Now you can load the file "FOCUS_2006_Z.RData" from gmkin
}
}
\source{
|