tests/testthat/test-pat_scatterMatrixPlot.R

context('test-pat_scatterPlotMatrix')
data('example_pat', 'example_sensor')

test_that(
  'is ggplot', 
  expect_s3_class(
    pat_scatterPlotMatrix(example_pat),
    c('gg', 'ggplot')
  )
)

Try the AirSensor package in your browser

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

AirSensor documentation built on March 13, 2021, 1:07 a.m.