#' Function Resistance Coefficient Zeta
#'
#' @param x valve position
#' @param b steepness
#' @param d upper value
#' @param e the effective dose
#' @param zvs Resistance Coefficient full open
#'
#' @return zv Resistance Coefficient
#' @export
#'
zv_function <- function( x, b, d, e, zvs ) {
return(zvs/(drm_LL3( x, b, d, e ))^2)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.