dev/index.md

function myFunction() { var frames = document.getElementsByTagName("iframe"); for (i = 0; i < frames.length; i++) { frames[i].style.height=frames[i].contentDocument.body.scrollHeight +'px'; } } window.addEventListener("load", myFunction); window.addEventListener("resize", myFunction); iframe { width:100%; }

CCGs plotted as geom_polygon_interactive with CCG names as tooltips

CCGs with prescribing centres overlaid as points

CCGs with fill colour scaled according to cost per person on 'BNF Section 7.4.5' Drugs, May 2017

Prescribing centres plotted as points, used to generate voronoi polygons plotted as geom_polygon_interactive, with prescribing centre names as tooltips

Prescribing centres in NHS West Kent CCG plotted as points, used to generate voronoi polygons within the CCG.

I did also make a voronoi plot using the centre of each CCG, just to see what it would look like. But It's probably not an appropriate way to visualise CCG data, bearing in mind the difficulties of using voronoi plots. For example, each of the CCGs around Hull. See the map.



fergustaylor/openprescribingR documentation built on May 31, 2019, 1:15 p.m.