Value
valueInline elementReference
Renders a live value in prose: the current value of whatever the reference points at — a derived attribute like a fit's slope, a reader-set parameter, or a plain attribute. The number updates as the reader manipulates the graph, so stated values can never disagree with computed ones.
Attributes
refRequiredImplicit
referenceformat
Defaultnumber
digits
numbermaths
booleanDefaultfalse
Examples
The fitted slope is !value:#f.slope().P(a \le X \le b) comes to !value:#area.value(digits: 2).The band holds !value:#band.value(digits: 3; format: percent) of the mass.$P \approx$ !value:#band.value(format: percent; maths: true)