This package browser is in early development. Mind the rough edges.

r-grimport2

Import SVG graphics

This package provides functions for importing external vector images and drawing them as part of R plots. This package is different from the grImport package because, where that package imports PostScript format images, this package imports SVG format images. Furthermore, this package imports a specific subset of SVG, so external images must be preprocessed using a package like rsvg to produce SVG that this package can import. SVG features that are not supported by R graphics, such as gradient fills, can be imported and then exported via the gridSVG package.

Installation

Install the latest version of r-grimport2 as follows:

guix install r-grimport2

Or install a particular version:

guix install r-grimport2@0.3-3

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of r-grimport2 about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/r-grimport2'><img src='https://packages.guix.gnu.org/packages/r-grimport2/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/r-grimport2/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/r-grimport2)

Example Org:

[[https://packages.guix.gnu.org/packages/r-grimport2][https://packages.guix.gnu.org/packages/r-grimport2/badges/latest-version.svg]]