{
const lagRadialPlot = new moranplot.LagRadial(results, {
featureCentroids: undefined,
neighborAngles: undefined,
size: 180,
margin: 5,
innerRadius: 15,
pointRadius: [2,5],
colors: {
axis: "#ededed",
refCircle: "#d1d1d1",
connection: "blue",
positiveAutocorrelation: "green",
negativeAutocorrelation: "purple",
highHigh: "red",
highLow: "pink",
lowHigh: "lightblue",
lowLow: "blue",
notSignificant: "grey"
},
})
lagRadialPlot.focus("30017")
return lagRadialPlot.plot()
}