Learn R Programming

caracas (version 2.1.1)

listify: Convert object to list of elements

Description

Convert object to list of elements

Usage

listify(x)

Arguments

x

Object

Examples

Run this code
if (has_sympy()) {
  x <- as_sym("Matrix([[b1*x1/(b2 + x1)], [b1*x2/(b2 + x2)], [b1*x3/(b2 + x3)]])")
  listify(x)
  
  xT <- t(x)
  listify(xT)
}

Run the code above in your browser using DataLab