We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4653e16 commit 25559c1Copy full SHA for 25559c1
examples/example.js
@@ -10,4 +10,5 @@ let peaks = gsd(X, Y, {
10
smoothY: false,
11
sgOptions: { windowSize: 7, polynomial: 3 },
12
});
13
+
14
console.log(peaks);
0 commit comments