EndoDataVizNum_y: Create non-Numeric x versus y

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
EndoDataVizNum_y(dataframe, xdata, Prop)

Arguments

dataframe

dataframe

xdata

The category column

Prop

The proportion column

Value

Myplot the EDA final plot

Myplot

Examples

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')

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