Package: image2data 1.0.1
image2data: Turn Images into Data Sets
The goal of 'image2data' is to extract images and return them into a data set, especially for teaching data manipulation and data visualization. Basically, the eponymous function takes an image file ('png', 'tiff', 'jpeg', 'bmp') and turn it into a data set, pixels being rows (subjects) and columns (variables) being their coordinate positions (x- and y-axis) and their respective color (in hex codes). The function can return a complete image or a range of color (i.e., contour, silhouette). The data can then be manipulated as would any data set by either creating other related variables (to hide the image) or as a genuine toy data set.
Authors:
image2data_1.0.1.tar.gz
image2data_1.0.1.zip(r-4.7)image2data_1.0.1.zip(r-4.6)image2data_1.0.1.zip(r-4.5)
image2data_1.0.1.tgz(r-4.6-any)image2data_1.0.1.tgz(r-4.5-any)
image2data_1.0.1.tar.gz(r-4.7-any)image2data_1.0.1.tar.gz(r-4.6-any)
image2data_1.0.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
image2data/json (API)
| # Install 'image2data' in R: |
| install.packages('image2data', repos = c('https://quantmeth.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/quantmeth/image2data/issues
Last updated from:50c8a875a0. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 105 | ||
| source / vignettes | OK | 154 | ||
| linux-release-x86_64 | OK | 99 | ||
| macos-release-arm64 | OK | 185 | ||
| macos-oldrel-arm64 | OK | 190 | ||
| windows-devel | OK | 63 | ||
| windows-release | OK | 59 | ||
| windows-oldrel | OK | 56 | ||
| wasm-release | OK | 95 |
Exports:image2data
Dependencies:bmpjpegpngreadbitmaptiff
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Turn an image into data | image2data |
