Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.04 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.04 KB

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