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/symengine.R documentation built on Feb. 28, 2024, 2:12 a.m.