9 Package creation

9.1 description

For a school project wich I am working on I have made a package called graphify. With the help of this package it is possible to create muliple graphs using a few function wich are included in the package

9.2 installation

To visit the github page of the package you can click here

You can also install the package using the following code:

# install.packages("devtools")
devtools::install_github("bburg2/graphify", build_vignettes = TRUE)