-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
23 lines (23 loc) · 985 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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: es
Roxygen: list(markdown = TRUE)
Depends:
R (>= 2.10)
LazyData: true
RoxygenNote: 7.3.2
Imports:
palr