data(SexualFun)
agreementplot(t(SexualFun))
data(MSPatients)
## Enlarge plot manually or use sth. like: X11(width = 12)!
par(mfrow = c(1,2))
agreementplot(t(MSPatients[,,1]), main = "Winnipeg Patients")
agreementplot(t(MSPatients[,,2]), main = "New Orleans Patients")
par(mfrow = c(1,1))
Run the code above in your browser using DataLab