R/utilities.R

Defines functions get_rhs get_head

## get LHS of formula (element 3), then take its head (element 1)
get_head <- function(x) deparse(get_rhs(x)[[1]])

get_rhs <- function(x) x[[3]]

Try the fitode package in your browser

Any scripts or data that you put into this service are public.

fitode documentation built on Oct. 29, 2022, 9:05 a.m.