Skip to content
/ plainview Public

❗ This is a read-only mirror of the CRAN R package repository. plainview — Plot Raster Images Interactively on a Plain HTML Canvas. Homepage: https://r-spatial.github.io/plainview/

License

Notifications You must be signed in to change notification settings

cran/plainview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plainview - Interactively Explore (Raster)Images

R-CMD-check monthly total CRAN status

plainview enables interactive exploration of (raster)images. Images will be rendered on a plain HTML canvas (hence the name of the package). For spatial data this means that rendering is not restricted to a certain projection (e.g. web mercator for leaflet or mapview) but rendering is projection independent. It also means that it is possible to plot large images made up of millions of pixels.

Installation

You can install the released version of plainview from CRAN with:

install.packages("plainview")

Example

# RasterLayer
plainView(poppendorf[[4]])

# RasterStack
plainview(poppendorf, r = 4, g = 3, b = 2) # true color

plainview(poppendorf, r = 5, g = 4, b = 3) # false color

Code of Conduct

Please note that the ‘plainview’ project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

About

❗ This is a read-only mirror of the CRAN R package repository. plainview — Plot Raster Images Interactively on a Plain HTML Canvas. Homepage: https://r-spatial.github.io/plainview/

Resources

License

Stars

Watchers

Forks

Packages

No packages published