Nothing
Code
MeasureEuclidean(value1 = testFN1, value2 = testFN2)
Output
[1] 10.33333
Code
MeasureEuclidean(value1 = testFN3, value2 = testFN4, trapezoidal = FALSE)
Output
[1] 6.666667
Code
MeasureEuclidean(value1 = testFN1c, value2 = testFN2c)
Output
[1] 10.33333
Code
MeasureEuclidean(value1 = testFN3c, value2 = testFN4c, trapezoidal = FALSE)
Output
[1] 6.666667
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.