Description Usage Arguments Value Examples
This allows us to look at the overall flow from one type of procedure to another using circos plots.
1 | EndoDataVizEDA(dataframe, Title)
|
dataframe |
dataframe |
Title |
The plot title |
Myplot the EDA final plot
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")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.