- Notifications
You must be signed in to change notification settings - Fork3
Unified graphics device
nx10/unigd
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A unified R graphics backend. Render R graphics fast and easy to many common file formats.
This package provides a thread-safe interface to power interactive graphics clients such ashttpgd.
- Fast plotting
- Plot resizing and history
- Render to various image formats (SVG, PNG, PDF, EPS, ...)
- In-memory access to rendered graphics
- Platform independent
- Stateless thread-safe C client API for package developers
Installunigd from CRAN:
install.packages("unigd")Or get the latest development version from GitHub:
remotes::install_github("nx10/unigd")
Seesystem requirements for troubleshooting.
Seethe guide for more details.
unigd is mostly written in C++, but contributions to the tests (in R) or the documentation are also always welcome!
Depends oncpp11 andsystemfonts.
Much of the font handling and SVG rendering code is modified code from the excellentsvglite package.
This project is licensed GPL v2.0.
It includes parts ofsvglite (GPL ≥ 2) andfmt (MIT).
Full copies of the license agreements used by these components are included in./inst/licenses.
About
Unified graphics device
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors5
Uh oh!
There was an error while loading.Please reload this page.
