View source: R/115_atoms_perspective.R
| perspective | R Documentation |
Creates the perspective transform of a scalar convex or concave expression.
Given a scalar expression f(x) and a nonneg variable s,
the perspective is s * f(x/s).
perspective(f, s, f_recession = NULL)
f |
A scalar convex or concave Expression. |
s |
A nonneg Variable (scalar). |
f_recession |
Optional recession function for handling |
A Perspective expression.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.