diff options
author | Suraj Yerramilli | 2017-01-06 14:32:12 -0600 |
---|---|---|
committer | Suraj Yerramilli | 2017-01-06 14:32:12 -0600 |
commit | 7e15d589cb18d233b20e78503024cff4a0387855 (patch) | |
tree | 7230efae25f92d3653ea62eb8433476a83b53227 /man | |
parent | 67f72579d45b0d1e0f2299273ff7ba3cd18e10a6 (diff) | |
download | SysID-R-code-7e15d589cb18d233b20e78503024cff4a0387855.tar.gz SysID-R-code-7e15d589cb18d233b20e78503024cff4a0387855.tar.bz2 SysID-R-code-7e15d589cb18d233b20e78503024cff4a0387855.zip |
final stages of documentation
Diffstat (limited to 'man')
-rw-r--r-- | man/grapes-equals-grapes.Rd | 8 | ||||
-rw-r--r-- | man/inputNames-set.Rd (renamed from man/inputNames.Rd) | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/man/grapes-equals-grapes.Rd b/man/grapes-equals-grapes.Rd index b707b0a..c0097a7 100644 --- a/man/grapes-equals-grapes.Rd +++ b/man/grapes-equals-grapes.Rd @@ -2,13 +2,17 @@ % Please edit documentation in R/util.R \name{\%=\%} \alias{\%=\%} +\alias{g} \title{Multiple assignment operator} \usage{ l \%=\% r } \arguments{ -\item{l, r}{the variables to be assigned, and the list or -function return object} +\item{l}{the variables to be assigned} + +\item{r}{the list or function-return object} + +\item{\ldots}{other arguments} } \description{ Assign multiple variables from a list or function return object diff --git a/man/inputNames.Rd b/man/inputNames-set.Rd index 5e45d35..7584a55 100644 --- a/man/inputNames.Rd +++ b/man/inputNames-set.Rd @@ -1,6 +1,6 @@ % Generated by roxygen2: do not edit by hand % Please edit documentation in R/ioNamesData.R -\name{inputNames} +\name{inputNames<-} \alias{inputNames} \alias{inputNames<-} \alias{inputNames<-.idframe} @@ -9,7 +9,7 @@ \alias{outputNames<-.idframe} \title{Extract or set series' names} \usage{ -inputNames(x) +inputNames(x) <- value } \arguments{ \item{x}{\code{idframe} object} |