#' @title Check if a node is a leaf node #' @export is.terminal<-function(kid_pos,t_pos){ return((kid_pos %in% t_pos)) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.