Skip to content

Commit

Permalink
debug Rd
Browse files Browse the repository at this point in the history
  • Loading branch information
MurrayEfford committed Mar 28, 2024
1 parent 48d42fe commit 3f57a86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion man/expand.arg.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ expand.arg(..., sublist = list())
\arguments{

\item{\dots}{named vectors of argument values}
\item{sublist{named list of character vectors}
\item{sublist}{named list of character vectors}

}

Expand Down Expand Up @@ -52,6 +52,7 @@ A list of lists. A flat dataframe of combinations is returned as the attribute '
expand.arg(detectfn = c('HN','EX'), noccasions = 5)

## detectpar sub-list

expand.arg(lambda0 = c(0.1, 0.2), sigma = 20, detectfn = c('HHN','HEX'),
sublist = list(detectpar = c('lambda0','sigma')))

Expand Down

0 comments on commit 3f57a86

Please sign in to comment.