tests/testthat/test-printplotsummary.R

context("Test for general methods")

# Path
data(PAM)

test_that("Summary and print PresenceAbsence object", {

print(PAM)
summarPAM <- summary(PAM)  
print.summary.PresenceAbsence(summarPAM) 

})


test_that("plot object", {
  
  plot(PAM)
  plot(PAM, name = "Phyllomedusa atelopoides")
  plot(PAM, world = FALSE)
  plot(PAM, col_rich = rainbow)
  
})

Try the letsR package in your browser

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

letsR documentation built on Nov. 23, 2023, 9:07 a.m.