tests/testthat/test-niche.PCA.R

# Test Start ###
test_that("message test",{
  data(en.vir)
  data(LappetMoths)
  ref.infor<-LappetMoths$ref.infor
  que.infor<-LappetMoths$que.infor
  ref.lonlat=ref.infor[1:3,3:5]
  que.lonlat=que.infor[,c(2,4:5)]

  expect_message(niche.PCA(ref.lonlat,que.lonlat,en.vir=en.vir))
})

Try the NicheBarcoding package in your browser

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

NicheBarcoding documentation built on Dec. 21, 2021, 9:07 a.m.