#' Michaelis Menten self-starter (fct) for drm w/custom param names
#'
#' @return
#' @export
#'
#' @examples
drc.michaelis_menten <- function(){
drc::MM.2(names = c("Vmax", "km"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.