Skip to content

Commit

Permalink
add mising option parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
ManosPapadakis95 committed Jul 11, 2023
1 parent f88875c commit cae025a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion man/Quantile.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ colQuantile(x,probs,parallel=FALSE,cores=0)
\method{colQuantile}{matrix}(x,probs,parallel=FALSE,cores=0)
\method{colQuantile}{data.frame}(x,probs,parallel=FALSE,cores=0)
rowQuantile(x,probs,parallel=FALSE,cores=0)
Quantile(x,probs)
Quantile(x,probs,parallel=FALSE)
}

\arguments{
Expand Down
2 changes: 1 addition & 1 deletion man/trim.mean.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Trimmed mean.
}

\usage{
trim.mean(x, a = 0.05)
trim.mean(x, a = 0.05,parallel=FALSE)
colTrimMean(x, a = 0.05,parallel=FALSE,cores=0)
\method{colTrimMean}{matrix}(x,a = 0.05,parallel=FALSE,cores=0)
\method{colTrimMean}{data.frame}(x,a = 0.05,parallel=FALSE,cores=0)
Expand Down

0 comments on commit cae025a

Please sign in to comment.