
Convert a tuned search-parameter selection to a data frame
Source:R/simulation-methods.R
as.data.frame.bifrost_search_tuning_selection.RdConvert a tuned search-parameter selection to a data frame
Usage
# S3 method for class 'bifrost_search_tuning_selection'
as.data.frame(
x,
row.names = NULL,
optional = FALSE,
component = c("selected", "feasible"),
...
)