Package: ximage Title: Draw Images of Raster Data and Related Adornments Version: 0.0.0.9014 Authors@R: c(person("Michael D.", "Sumner", , "mdsumner@gmail.com", role = c("aut", "cre")), person("Chris", "Toney", role = "ctb")) Description: Draw images easily and as if doing that was considered desirable or even essential to be able to do. 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 little bit like 'image()' and 'rasterImage()' from the 'graphics' package but with the good features celebrated and made easier to use. License: MIT + file LICENSE Encoding: UTF-8 Language: en Roxygen: list(markdown = TRUE) Depends: R (>= 2.10) LazyData: true RoxygenNote: 7.3.2 Imports: palr Repository: https://hypertidy.r-universe.dev Date/Publication: 2026-02-15 07:19:06 UTC RemoteUrl: https://github.com/hypertidy/ximage RemoteRef: HEAD RemoteSha: bc409f5db8c33536e5134a1aedc25394c753791e NeedsCompilation: no Packaged: 2026-06-15 09:31:07 UTC; root Author: Michael D. Sumner [aut, cre], Chris Toney [ctb] Maintainer: Michael D. Sumner