tests/testthat/test-CSF.R

context("CSF")

data(rcsf_cloud)
id_ground = CSF(rcsf_cloud)

test_that("csf algorithm works", {
  expect_true(length(id_ground) %in% c(15459L, 15453L))
})

Try the RCSF package in your browser

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

RCSF documentation built on Feb. 5, 2020, 1:07 a.m.