##' Exponential Handling time functions
##' @param s size vector of prey
##' @param m handling time
##' @param n scaler parameter
##' @export
##' @examples
powFun1 <- function(s,m,n) {m*s^n}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.