Skip to content
Prev 131477 / 398502 Next

relationship between two factors

Try this:

df <- data.frame(DMS=factor(rep(LETTERS[1:4], 10)),
ITS=factor(rep(LETTERS[1:4], 10)))
table(df)
plot(table(df))