Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mitchelloharawild/ggicon

Icon Geometries for 'ggplot2'
https://github.com/mitchelloharawild/ggicon

Last synced: about 2 months ago
JSON representation

Icon Geometries for 'ggplot2'

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# ggicon

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/ggicon)](https://CRAN.R-project.org/package=ggicon)

The ggicon package allows you to visualise data with icons in ggplot2. It uses
icons from the [icon](pkg.mitchelloharawild.com/icon/) package as the `icon`
aesthetic in `geom_icon()`.

## Installation

You can install the **development** version from
[GitHub](https://github.com/mitchelloharawild/ggicon)

```{r gh-installation, eval = FALSE}
# install.packages("remotes")
remotes::install_github("mitchelloharawild/ggicon")
```