File: theme_blank.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 (28 lines) | stat: -rw-r--r-- 530 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
24
25
26
27
28
% Generated by roxygen2 (4.0.1): do not edit by hand
\name{theme_blank}
\alias{theme_blank}
\alias{theme_line}
\alias{theme_rect}
\alias{theme_segment}
\alias{theme_text}
\title{Deprecated theme_xx functions}
\usage{
theme_blank(...)

theme_rect(...)

theme_line(...)

theme_segment(...)

theme_text(...)
}
\arguments{
\item{...}{Arguments to be passed to the appropriate \code{element_xx}
  function.}
}
\description{
The \code{theme_xx} functions have been deprecated. They are replaced
with the \code{element_xx} functions.
}