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_y(dataframe, xdata, Prop)
|
dataframe |
dataframe |
xdata |
The category column |
Prop |
The proportion column |
Myplot the EDA final plot
Myplot
1 2 3 4 | # This function plot numeric y vs non-numeric x
MyendoNew<-cbind(EndoscMeds(Myendo$Medications),Myendo)
kk<-MetricByEndoscopist(MyendoNew,'Endoscopist','Fent')
EndoDataVizNum_y(kk,'Endoscopist','avg')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.