Public
Edited
Dec 27, 2022
2 forks
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
bichoose = bis.indexOf(coolbio) + 1
Insert cell
Insert cell
bis = andata.map((e) => e.Bi).slice(1, -1)
Insert cell
Insert cell
d3.scaleLog().domain([0.1, 100]).range([0.1, 100])(50)
Insert cell
coords = theta(andata.map((e) => e.Bi)[bichoose], 0.1, 100, 1000)
Insert cell
output = coords.reduce((prev, curr) =>
Math.abs(curr.y - goal) < Math.abs(prev.y - goal) ? curr : prev
)
Insert cell
an = FileAttachment("an@1.xlsx").xlsx()
Insert cell
andata = an.sheet("Лист1", { headers: true })
Insert cell
Inputs.table(andata, { columns: andata.columns.slice(1) })
Insert cell
mu = FileAttachment("mu.xlsx").xlsx()
Insert cell
mudata = mu.sheet("Sheet1", { headers: true })
Insert cell
Inputs.table(mudata, { columns: mudata.columns.slice(1) })
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more