#' rates
#'
#' @param x object containing reaction rates
#'
#' @return [`vector`] of reaction rates
#' @export
rates <- function(x) {
UseMethod('rates')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.