# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "ximage" in publications use:' type: software license: MIT title: 'ximage: Draw Images of Raster Data and Related Adornments' version: 0.1.0 abstract: Draw images easily, set up a plot with an image, specify where that image should be placed. Image plot by default reflects the index of the image data itself, or can be specified in simple extent terms 'xmin,xmax,ymin,ymax'. Numeric matrices, integer arrays, byte arrays, character arrays, and native rasters are (or will be) supported. A combination of image() and rasterImage() from the 'graphics' package with their good features in one place. authors: - family-names: Sumner given-names: Michael D. email: mdsumner@gmail.com repository: https://cran.r-universe.dev repository-code: https://github.com/hypertidy/ximage commit: 4e6add5a740c3147dfd61ab2bd97031f6181d357 url: https://github.com/hypertidy/ximage date-released: '2026-07-21' contact: - family-names: Sumner given-names: Michael D. email: mdsumner@gmail.com