knitr::opts_chunk$set(echo = TRUE)
Bellow are four of the functions I have made this semester.
The mybin function
MATH4752Projects1::mybin(100,10,0.5)
The myf function.
x=c(1,2,3) MATH4752Projects1::myf(x)
The myci function.
set.seed(23);x = rnorm(30,mean=10,sd=12) MATH4752Projects1::myci(x)
The mycurve function
MATH4752Projects1::myncurve(10,5,6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.