File: add_theme.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 (22 lines) | stat: -rw-r--r-- 463 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
% Generated by roxygen2 (4.0.1): do not edit by hand
\name{add_theme}
\alias{add_theme}
\title{Modify properties of an element in a theme object}
\usage{
add_theme(t1, t2, t2name)
}
\arguments{
\item{t1}{A theme object}

\item{t2}{A theme object that is to be added to \code{t1}}

\item{t2name}{A name of the t2 object. This is used for printing
  informative error messages.}
}
\description{
Modify properties of an element in a theme object
}
\seealso{
+.gg
}