#' Get the area of a hexagon given its side length hex_area <- function(side) { ((3 * sqrt(3)) / 2 * side) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.