tuplify: Convert object to tuple

View source: R/coerce.R

tuplifyR Documentation

Convert object to tuple

Description

Convert object to tuple

Usage

tuplify(x)

Arguments

x

Object

Examples

if (has_sympy()) {
  x <- as_sym("Matrix([[b1*x1/(b2 + x1)], [b1*x2/(b2 + x2)], [b1*x3/(b2 + x3)]])")
  tuplify(x)
}


caracas documentation built on Oct. 17, 2023, 5:08 p.m.