View source: R/knot-placer-basic-interval.R
knot_placer_basic_interval | R Documentation |
If K is: Greater than 3: place knots at lower bound, upper bound, outside knots one additional division out. Exactly 3: knots at lower bound, upper bound, and in middle of interval Exactly 2: knots at lower and upper bound Exactly 1: knot at middle of interval
knot_placer_basic_interval(lb, ub, K = 4)
lb |
lower bound of interval |
ub |
upper bound of interval |
K |
number of knots |
locations of all knots
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.