Skip to content
master
Go to file
Code
This branch is 10 commits ahead of MangoTheCat:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.markdown

showimage

Show an Image on an R Graphics Device

Project Status: Active - The project has reached a stable, usable state and is being actively developed. Linux Build Status Windows Build status CRAN RStudio mirror downloads Coverage Status

Sometimes it is handy to be able to view an image file on an R graphics device. This package just does that. Currently it supports PNG files.

Installation

devtools::install_github("r-lib/showimage")

Usage

library(showimage)
png(tmp <- tempfile(fileext = ".png"))
pairs(iris)
dev.off()
show_image(tmp)

plot of chunk unnamed-chunk-2

License

GPL-2 | GPL-3 © Mango Solutions, Simon Urbanek, RStudio

About

Show an image on the R graphics device

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.