File: scale_size_area.Rd

package info (click to toggle)
r-cran-ggplot2 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,412 kB
  • sloc: sh: 9; makefile: 1
file content (23 lines) | stat: -rw-r--r-- 728 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
% Generated by roxygen2 (4.0.1): do not edit by hand
\name{scale_size_area}
\alias{scale_size_area}
\title{Scale area instead of radius, for size.}
\usage{
scale_size_area(..., max_size = 6)
}
\arguments{
\item{...}{Other arguments passed on to \code{\link{continuous_scale}}
to control name, limits, breaks, labels and so forth.}

\item{max_size}{Size of largest points.}
}
\description{
When \code{scale_size_area} is used, the default behavior is to scale the
area of points to be proportional to the value.
}
\details{
Note that this controls the size scale, so it will also control
the thickness of lines. Line thickness will be proportional to the square
root of the value, which is probably undesirable in most cases.
}