#' Cube Function
#'
#' @param x component
#'
#' @return a vector of cubed components
#' @export
#'
#' @examples
#' x=1:30; myf2(x)
myf2=function(x){
x^3
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.