at | R Documentation |
Evaluates a symbolic array at a particular point in parameter space. Partial evaluation is not allowed, all variables/symbols need to be accounted for. The result is a numeric array.
at(x, vars)
## S3 method for class 'array'
at(x, vars)
## S3 method for class 'tensor'
at(x, vars)
x |
A symbolic |
vars |
A named vector with parameter-value assignments. Each named entry represents a substitution of a symbol with the given value. |
A numeric array()
or tensor()
.
g_sph(3) |> at(c(ph1 = 0, ph2 = 0))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.