Skip to content

❗ This is a read-only mirror of the CRAN R package repository. ggalignment — Plots 'D&D'-Style Alignment Charts

License

Notifications You must be signed in to change notification settings

cran/ggalignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ggalignment

Lifecycle: experimental R-CMD-check

The goal of ggalignment is to do one thing – create DnD-style alignment charts! These charts range from lawful to neutral to chaotic in one dimension, and good to neutral to evil in the other. Pictures or text can be placed in each of boxes to indicate the alignment.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("aftonsteps/ggalignment")

You can install the release version from CRAN with:

install.packages("ggalignment")

Example

This is a basic example which shows you how to use ggalignment:

library(ggalignment)

# an example dataframe of cats!
align_cats <- example_cats()
ggalignment(align_cats)

About

❗ This is a read-only mirror of the CRAN R package repository. ggalignment — Plots 'D&D'-Style Alignment Charts

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages