EndoDataVizEDA: Create a Circos plot for patient flow

Description Usage Arguments Value Examples

Description

This allows us to look at the overall flow from one type of procedure to another using circos plots.

Usage

1
EndoDataVizEDA(dataframe, Title)

Arguments

dataframe

dataframe

Title

The plot title

Value

Myplot the EDA final plot

Examples

1
2
3
4
5
6
# This function does EDA
#Get some numeric columns eg number of biopsies and size
Mypath$Size<-HistolBxSize(Mypath$Macroscopicdescription)
Mypath$NumBx<-HistolNumbOfBx(Mypath$Macroscopicdescription,'specimen')
Mypath2<-Mypath[,c("NumBx","Size")]
EndoDataVizEDA(Mypath2,"My graph")

sebastiz/EndoMineR_devlop documentation built on May 29, 2019, 7:33 a.m.