Nothing
context("multivariate")
test_that("correctly calculates multivariate", {
set.seed(123)
data <- segments_1to5_6to10_11to15(1000)
points <- r_multivariate(data)
expect_equal(points, -4121.265, tolerance = 0.1)
points <- multivariate(data)
expect_equal(points, -4121.265, tolerance = 0.1)
})
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.