tests/testthat/test-theme_lattice.R

test_that("theme_lattice works", {
    library(lattice)

    expect_silent({
        p <- levelplot(z~x+y, dvolcano)
        print(p + theme_lattice(c(-4, 0, 1, 1)))
    })
    # file.remove("Rplots.pdf")
    # expect_equal(2 * 2, 4)
})
kongdd/latticeGrob documentation built on March 30, 2024, 3:35 a.m.