inst/tests/test_createheatmap.R

# test to create test heatmap
mtcars$car <- rownames(mtcars)
create.heatmap(
  data = mtcars,
  x = 'car',
  y = 'cyl',
  xlab = '',
  ylab = 'Number of Cylinders',
  fill = 'mpg',
  x.axis.label.rotate = 90
  );
rdeborja/plotting.general documentation built on May 27, 2019, 3:05 a.m.