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.
}
|