subs: Substitute Expressions in SymEngine Objects

View source: R/ops.R

subsR Documentation

Substitute Expressions in SymEngine Objects

Description

This function will substitute expr with pairs of values in the dot arguments. The length of dot arguments must be a even number.

Usage

subs(expr, ...)

Arguments

expr

A Basic S4 object.

...

Pairs of Basic objects or values can be converted to Basic. In the order of "from1, to1, from2, to2, ...".

Value

Same type as expr.


symengine documentation built on Oct. 23, 2022, 5:06 p.m.