set.new.constraint.value | R Documentation |
Updates the constraint settings with new values. Sets to the maximal
observed values within the limits or less if relax.speed
is less than 1.
set.new.constraint.value(values, relax.speed, cur.limits, cur.setting)
values |
Observed constraint values considered for the update. |
relax.speed |
The speed at which the constraints should be relaxed. This value should be in the interval [0,1]. |
cur.limits |
List with current relaxation limits. |
cur.setting |
List with current constraint settings. |
Relaxed constraint settings according to the given values
and cur.limits
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.