You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
544 B
26 lines
544 B
2 years ago
|
% Generated by roxygen2: do not edit by hand
|
||
|
% Please edit documentation in R/shortcuts.R
|
||
|
\name{ell}
|
||
|
\alias{ell}
|
||
|
\title{Shortcut for \code{element_line}}
|
||
|
\usage{
|
||
|
ell(
|
||
|
colour = NULL,
|
||
|
size = NULL,
|
||
|
linetype = NULL,
|
||
|
lineend = NULL,
|
||
|
color = NULL,
|
||
|
arrow = NULL,
|
||
|
inherit.blank = FALSE
|
||
|
)
|
||
|
}
|
||
|
\arguments{
|
||
|
\item{colour, size, linetype, lineend, color, arrow, inherit.blank}{See \code{\link[ggplot2:element]{ggplot2::element_line()}}}
|
||
|
}
|
||
|
\value{
|
||
|
An S3 object of class element, rel, or margin.
|
||
|
}
|
||
|
\description{
|
||
|
Shortcut for \code{element_line}
|
||
|
}
|