Public
Edited
Mar 3, 2022
1 star
Insert cell
Insert cell
state = new Vessel.ShipState();
Insert cell
Insert cell
draft = ship.calculateDraft(state);
Insert cell
{
const hydro = ship.structure.hull.calculateAttributesAtDraft(draft);
return hydro;
}
Insert cell
Insert cell
Insert cell
Insert cell
stability = ship.calculateStability(state);
Insert cell
Insert cell
Insert cell
Insert cell
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