#'Angular frequency
#'
#'Calculates the angular frequency
#' @param freq frequency in Hz
#' @examples angular (2)
#' [1] 12.56637
#'
angular<- function (freq = 2){
angularHz<-2*pi*freq
return(angularHz)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.