add_dfs: Add random dfs to a vector

View source: R/geneticAlgorithm.R

add_dfsR Documentation

Add random dfs to a vector

Description

add_dfs adds random degrees of freedom parameters to a vector.

Usage

add_dfs(x, how_many)

Arguments

x

a vector to add the dfs to

how_many

how many dfs?

Details

Read the source code for details.

Value

Returns c(x, dfs) with how_many dfs-elements.


uGMAR documentation built on Aug. 19, 2023, 5:10 p.m.