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