scale_map {ggplot}R Documentation

@arguments scale object

Description

@arguments data.frame to be mapped

Usage

scale_map(scale, data, domain, range=scale$range)

Arguments

scale scale object
data data.frame to be mapped
domain named list of domains (one for each) input variable, each domain being a list of length two, the first element containing the range of the numeric component, the second the text labels of the categorical component
range

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package ggplot version 0.4.2 Index]