Nothing
## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## ----setup, message = FALSE---------------------------------------------------
library(collatz)
# Optionally
library(gmp)
## -----------------------------------------------------------------------------
tree_graph(16, 3)
## -----------------------------------------------------------------------------
tree_graph(4, 3)
## -----------------------------------------------------------------------------
tree_graph(1, 1, -3, -2, -5)
## -----------------------------------------------------------------------------
tree_graph(0, 1, 17, 2, -6)
## -----------------------------------------------------------------------------
tree_graph((27+as.bigz("576460752303423488")), 3)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.