Skip to content

Commit

Permalink
docs: fix param desc
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Dec 5, 2023
1 parent e7dac33 commit 17fc24a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions R/PipeOpFDASmooth.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
#' @section Parameters:
#' The parameters are the parameters inherited from [`PipeOpTaskPreprocSimple`], as well as the following
#' parameters:
#' * `affect_columns` :: `function` | [`Selector`][mlr3pipelines::Selector] \cr
#' [`Selector`][mlr3pipelines::Selector] function, takes a `Task` as argument and returns a `character`
#' of features to keep. The flattening is only applied to those columns.\cr
#' See [`Selector`][mlr3pipelines::Selector] for example functions. Default is
#' selector_all()`, which selects all of the `functional` features.
#' * `method` :: `character(1)`\cr
#' One of:
#' * "lowess": locally weighted scatterplot smoothing (default)
Expand Down
5 changes: 0 additions & 5 deletions man/mlr_pipeops_fda.smooth.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 17fc24a

Please sign in to comment.