Skip to content

yapus/imageviewer

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

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

Build Status

Simple htmlwidgets binary format image viewer for R with brightness/contrast filters & svg charts

imageviewer example

install from CRAN:

install.packages('imageviewer')

or install directly from github:

install.packages(c("devtools"))
devtools::install_github("yapus/imageviewer")

then use like this:

m <- matrix(rnorm(512*512), 512, 512)
imageviewer::imageviewer( m )

LEGAL

Copyright (c) 2018 Iakov Pustilnik

This project is licensed under the terms of the MIT license.

This project uses and is bundled with:

  • d3js by Mike Bostock (BSD 3-Clause "New" or "Revised" License)
  • imagefilters.js by ARAKI Hayato (MIT License)

About

simple htmlwidgets binary format image viewer for R with brightness/contrast filters & svg charts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages