Creating risk plot in R -


i'd create risk communication plot in r using 10 10 grid of 100 "people". there's nice example here: http://static.www.bmj.com/content/bmj/351/bmj.h5496/f3.large.jpg.

some simple data be:

to.plot = data.frame(id=1:100, dead=rbinom(100, 1, 0.5))  


Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

python - pip wont install .WHL files -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -