scale_map {ggplot} | R Documentation |
@arguments data.frame
to be mapped
scale_map(scale, data, domain, range=scale$range)
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 |
Hadley Wickham <h.wickham@gmail.com>