ggshuffle: ggshuffle

Description Usage Arguments Details Value Examples

Description

ggshuffle is a RStudio-Addin that delivers a graphical interface for detecting if you charts appearance change with plotting order..

Usage

1

Arguments

plot

A ggplot2 plot object.

Details

To run the addin, either highlight a ggplot2-object in your current script and select ggshuffle from the Addins-menu within RStudio, or run ggshuffle(plot) with a ggplot2 object as the parameter.

Value

Nothing.

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
# example for ggshuffle command line usage.
library(ggplot2)
gg <- ggplot(na.omit(txhousing), aes(volume, median, color = year)) +
  geom_point()

ggshuffle(ddd)

## End(Not run)

EmilHvitfeldt/ggshuffle documentation built on May 12, 2019, 12:21 a.m.