ggstructure {ggplot2}R Documentation

Structure plot

Description

A plot which aims to reveal gross structural anomalies in the data

Usage

ggstructure(data, scale = "rank")

Arguments

data data set to plot
scale type of scaling to use. See rescaler for options

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples

ggstructure(mtcars)

[Package ggplot2 version 0.8.2 Index]