| set_label | R Documentation |
CVXPY-parity setter that returns its first argument so calls can be
chained (e.g. sum_squares(x) |> set_label("cost")). See
format_labeled() for the pretty-printer that consumes labels.
set_label(x, value)
x |
An Expression object. |
value |
A label (character; coerced via |
x with the label updated.
label(), format_labeled()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.