Skip to content
Prev 201780 / 398506 Next

multi variate plot with string data

Thanks!!!!!!


this works perfectly

dat = data.frame(Aggressive = data_set$var1 , Behaviour=data_set$var2)
plot(table(dat))


...its better than a stacked boxplot as it gives also different width of
columns on the diagram...an extra layer of information.
frenchcr wrote: