generate_loadsharingrange: Get range of load sharing parameters

Description Usage Arguments Value Examples

View source: R/generate_loadsharingrange.R

Description

This function generates a range of load sharing rules that can be used for plotting

Usage

1
2
3
4
5
6
7
generate_loadsharingrange(
  betaF = NA,
  betaFmin = -1,
  betaFmax = 3,
  n = 101,
  round = 0.2
)

Arguments

betaF

Load sharing values that have to be included in the range (numeric scalar)

betaFmin

Minimum of the range (numeric scalar)

betaFmax

Maximum of the range (numeric scalar)

n

Number of discrete points used along the load sharing

round

Round min and max of load sharing range to nearest multiple of 'round'

Value

a range with load sharing values betaF (numeric array)

Examples

1
generate_loadsharingrange(betaF = c(-4,1), betaFmin = -2, betaFmax = 2, n = 25)

GJMeijer/FBMcw documentation built on Dec. 17, 2021, 9:23 p.m.