Data Transformation: Rowwise Proportions
Examples
x <- zoo_simulate(cols = 2)
y <- f_proportion(
x = x
)
if(interactive()){
zoo_plot(x)
zoo_plot(y)
}
Data Transformation: Rowwise Proportions
x <- zoo_simulate(cols = 2)
y <- f_proportion(
x = x
)
if(interactive()){
zoo_plot(x)
zoo_plot(y)
}