Description Usage Arguments Value Examples
View source: R/generate_loadsharingrange.R
This function generates a range of load sharing rules that can be used for plotting
1 2 3 4 5 6 7 | generate_loadsharingrange(
betaF = NA,
betaFmin = -1,
betaFmax = 3,
n = 101,
round = 0.2
)
|
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' |
a range with load sharing values betaF (numeric array)
1 | generate_loadsharingrange(betaF = c(-4,1), betaFmin = -2, betaFmax = 2, n = 25)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.