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 | EndoDataVizNum_xNum_y(dataframe, xdata, number)
|
dataframe |
dataframe |
xdata |
The Time column |
number |
The numeric column |
Myplot the EDA final plot
Myplot
1 2 3 4 5 6 | # This function plot numeric y vs non-numeric x
#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")]
EndoDataVizNum_xNum_y(Mypath,'Size','NumBx')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.