Skip to content

Commit c8cd2cf

Browse files
changes in doc
1 parent 622ab65 commit c8cd2cf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

R/PipeOpSplines.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
#' Number of degrees of freedom for calculation of splines basis matrix.
4040
#' Default is NULL.
4141
#' For further information look up [`splines::bs()`] or [`splines::ns()`].
42-
#' * `knots` :: `list` \cr
42+
#' * `knots` :: named `list` \cr
4343
#' The internal breakpoints that define the spline. The default is no knots.
4444
#' For further information consult [`splines::bs()`] or [`splines::ns()`].
4545
#' * `intercept` :: `logical(1)` \cr
@@ -48,7 +48,7 @@
4848
#' * `degree` :: `integer(1)` \cr
4949
#' This parameter depends on type = "polynomial". Degree of the polynomial used to compute B-splines.
5050
#' Default is 3. For further information look up [`splines::bs()`].
51-
#' * `Boundary.knots` :: `list` \cr
51+
#' * `Boundary.knots` :: named `list` \cr
5252
#' Boundary points at which to anchor the spline basis. Parameter has to be passed as a named list.
5353
#' For further information look up [`splines::bs()`] or [`splines::ns()`].
5454
#'

man/mlr_pipeops_splines.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)