knitr::opts_chunk$set(echo = TRUE)

Introduction

Bellow are four of the functions I have made this semester.

1st function

The mybin function

MATH4752Projects1::mybin(100,10,0.5)

2nd Function

The myf function.

x=c(1,2,3)
MATH4752Projects1::myf(x)

3rd Function

The myci function.

set.seed(23);x = rnorm(30,mean=10,sd=12)
MATH4752Projects1::myci(x)

4th Function

The mycurve function

MATH4752Projects1::myncurve(10,5,6)

Git hub



Vert0000/MATH4752Projects1 documentation built on Dec. 31, 2020, 5:40 p.m.