From c89ba4c7ceb7f15a06052dad6ecc7dcebf19a1c2 Mon Sep 17 00:00:00 2001 From: Pitchaya Boonsarngsuk <2285135b@student.gla.ac.uk> Date: Mon, 5 Feb 2018 20:11:35 +0000 Subject: [PATCH] Update Readme2 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f847074..8c3ad8b 100644 --- a/README.md +++ b/README.md @@ -225,5 +225,4 @@ Stops the simulation, if it is running, and returns this layout simulation. If t # d3.**calculateStress**(*nodes*, *distance*) [<>](src/stress.js "Source") - Calculate stress of a whole system, based on sum-of-squared errors of inter-object distances. *nodes* is the array of all nodes in the system and *distance* is the function to calculate the desired distance between two node objects. *distance* is expected to have the same prototype as the one in [springLink](#springLink_distance).