#' rad2deg
#'
#' Convert radians in degree.
#' @param rad numeric: value in radians
#' @author Antonio Profico, Flavia Strani, Pasquale Raia, Daniel DeMiguel
#' @export
rad2deg <- function(rad) {(rad * 180) / (pi)}
#' @export
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.