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

example usage:

install.packages(c("devtools"))
devtools::install_github("yapus/imageviewer")
library('imageviewer')
m <- matrix(rnorm(512*512), 512, 512)
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)

Copy Link

Version

Down Chevron

Install

install.packages('imageviewer')

Monthly Downloads

101

Version

0.1.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

February 18th, 2019

Functions in imageviewer (0.1.0)