Nothing
#' Converged Terms
#'
#' Tests whether each term of an object has converged.
#'
#' @inheritParams params
#' @return A list of uniquely named logical objects with whether
#' each term has converged.
#' @family convergence
#' @export
converged_terms <- function(x, ...) {
UseMethod("converged_terms")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.