Skip to content

SebastianHollizeck/SHollizeckPackage

Repository files navigation

SHollizeckPackage

Lifecycle: experimental

This package contains the agglomeration of R functionality I have written for my PhD so far. It contains parts for visualisation as well as pure data crunching, so there should be something for everyone.

Installation

You can install the released version of SHollizeckPackage from GitHub with:

# install.packages("devtools")
devtools::install_github("SebastianHollizeck/SHollizeckPackage")

Example

Plotting lesions sites in a human body

library(SHollizeckPackage)

mappingXML <- loadXML()
changePlottingStyle(mappingXML, "right_spook", color="red")
changePlottingStyle(mappingXML, "left_lower_brain", color="blue")
changePlottingStyle(mappingXML, "liver", style='stroke', lwd=20, color="darkgreen")
drawXML(mappingXML)

lesion site plot

About

Private Function Package

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages