Nothing
# Tests for the rp.geosim function
# setwd('rpanel')
# library(devtools)
# library(testthat)
# load_all()
test_that('Interactive use', {
expect_no_error(pnl <- rp.geosim())
rp.control.dispose(pnl)
})
test_that('Setting parameters', {
expect_no_error(rp.geosim(smgrid = 20, panel = FALSE))
expect_no_error(rp.geosim(ngrid = 20, panel = FALSE))
expect_no_error(rp.geosim(Range = 0.2, panel = FALSE))
expect_no_error(rp.geosim(pSill = 0.2, panel = FALSE))
expect_no_error(rp.geosim(Nugget = 0.1, panel = FALSE))
expect_no_error(rp.geosim(kappa = 2, panel = FALSE))
expect_no_error(rp.geosim(aniso.angle = -pi/2, aniso.ratio = 2, panel = FALSE))
})
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.