EndoDataVizNum_xNum_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_xNum_y(dataframe, xdata, number)

Arguments

dataframe

dataframe

xdata

The Time column

number

The numeric column

Value

Myplot the EDA final plot

Myplot

Examples

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

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