#' Evaluate ODEs solution at given time observation from ODEs.
#'
#'
#' @param x
#' @param t
#' @export
#' @examples
named_rec = function(x, t) {if(t==dt) (x)}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.