#' Function for converting from radians to degrees
#' @param x Angle in radians
#' @return Returns an angle in degrees
#===============================================================================
#Helper functions for conversions between angles and radians
#===============================================================================
rad2deg <- function(x){return(x * 180 / pi)}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.