tests/testthat/test_plot3d.r

context('test_plot3d')

data(sinkhole)

test_that('Test Plotting 3D Single Profile', {
  plot3d(sinkhole@profiles[[1]])
})

test_that('Test Plotting 3D Profile Set', {
  plot3d(sinkhole)
})

Try the geoelectrics package in your browser

Any scripts or data that you put into this service are public.

geoelectrics documentation built on Feb. 16, 2023, 8:06 p.m.