diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-11-06 14:04:19 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-11-06 14:04:19 +0100 |
commit | 08465aaf96f1d84e345194f0bead2867de352730 (patch) | |
tree | 362a62ca3f770158e344eb28fdf14dc737d546dc /man/gmkinws.Rd | |
parent | b116635d05647eec6909e844be6034e17ca2f821 (diff) |
Add docs for the gmkinws generator and the UBA_model_gallery
Diffstat (limited to 'man/gmkinws.Rd')
-rw-r--r-- | man/gmkinws.Rd | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/man/gmkinws.Rd b/man/gmkinws.Rd new file mode 100644 index 0000000..5fab955 --- /dev/null +++ b/man/gmkinws.Rd @@ -0,0 +1,23 @@ +\docType{class} +\name{gmkinws} +\alias{gmkinws} +\title{A workspace class for gmkin} +\format{An \code{\link{R6Class}} generator object.} +\usage{ +gmkinws +} +\description{ +Datasets, models and fits are stored in lists. +} +\section{Fields}{ + +\describe{ +\item{\code{observed}}{Names of the observed variables in the datasets, named +by the names used in the models contained in field m} + +\item{\code{ds}}{A list of datasets compatible with mkinfit (long format)} + +\item{\code{m}}{A list of mkinmod models} + +\item{\code{f}}{A list of mkinfit objects} +}} |