Skip to content

Commit 40e9590

Browse files
committed
put emphasis on parameter set
1 parent 9462c6f commit 40e9590

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

R/parameters.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
#' Return a parameter set from one or more dials `param` objects.
1+
#' Create a parameter set
22
#'
33
#' @param x An object, such as a list of `param` objects or an actual `param`
44
#' object.
55
#' @param ... Only used for the `param` method so that multiple `param` objects
66
#' can be passed to the function.
77
#'
88
#' @return
9-
#' A tibble of class `parameters` where each row represents one tunable
10-
#' parameter.
9+
#' A parameter set of class `parameters` in the form of a data frame where each
10+
#' row represents one tunable parameter.
1111
#'
1212
#' @seealso [dials::update.parameters()], [dials::finalize()],
1313
#' [hardhat::extract_parameter_set_dials()]

man/parameters.Rd

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

0 commit comments

Comments
 (0)