knitr::opts_chunk$set(echo = TRUE)
library(functionspackage) myread(file.choose())
mybin()
myncurve(mu = 10, sigma = 5, a = 6)
data("fire") knitr::kable(head(fire))
clt = mycltp(n = 10, iter = 10000, lambda = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.