Updated docs
This commit is contained in:
parent
bfea191db2
commit
3b423cdb09
3 changed files with 4 additions and 2 deletions
|
|
@ -3,6 +3,8 @@ SUMCOUNTS <- vector()
|
||||||
PARTITION <- vector()
|
PARTITION <- vector()
|
||||||
POP_LOGML <- vector()
|
POP_LOGML <- vector()
|
||||||
LOGDIFF <- vector()
|
LOGDIFF <- vector()
|
||||||
|
# If handling globas break, try other ideas from https://stackoverflow.com/a/65252740/1169233
|
||||||
|
|
||||||
|
|
||||||
#' @import utils
|
#' @import utils
|
||||||
utils::globalVariables(
|
utils::globalVariables(
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,6 @@ ones(n1, n2 = n1, ...)
|
||||||
\item{...}{extra dimensions}
|
\item{...}{extra dimensions}
|
||||||
}
|
}
|
||||||
\description{
|
\description{
|
||||||
wrapper of `zeros_or_ones()` that replicates the behavior of
|
wrapper of `zeros_or_ones()` that replicates the behavior of
|
||||||
the `ones()` function on Matlab
|
the `ones()` function on Matlab
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,6 @@ zeros(n1, n2 = n1, ...)
|
||||||
\item{...}{extra dimensions}
|
\item{...}{extra dimensions}
|
||||||
}
|
}
|
||||||
\description{
|
\description{
|
||||||
wrapper of `zeros_or_ones()` that replicates the behavior of
|
wrapper of `zeros_or_ones()` that replicates the behavior of
|
||||||
the `zeros()` function on Matlab
|
the `zeros()` function on Matlab
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue