knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(MATH4753clar0197)

Introduction

This is a package full of functions that I have created throughout the course.

Fahrenheit to celsius conversion calculator

MATH4753clar0197::fahrenheit_to_celsius(40)

myncurve function

MATH4753clar0197::myncurve(5,3,2)

mybin function

MATH4753clar0197::mybin(iter=1000,n=18, p=0.3)

myclt function

MATH4753clar0197::myclt(10,30,a=2,b=5)


mattclark60/MATH4753clar0197 documentation built on May 3, 2022, 4:25 p.m.