File: mime_part.trellis.Rd

package info (click to toggle)
r-cran-sendmailr 1.4-0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 212 kB
  • sloc: makefile: 2
file content (25 lines) | stat: -rw-r--r-- 659 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/mime_part.R
\name{mime_part.trellis}
\alias{mime_part.trellis}
\title{Creates a MIME part from a trellis plot object}
\usage{
\method{mime_part}{trellis}(x, name = deparse(substitute(x)), device = pdf, ...)
}
\arguments{
\item{x}{A \code{trellis} (lattice) object}

\item{name}{Name of attachment (sans .pdf extension).}

\item{device}{Graphics device used to render the plot. Defaults to
\code{pdf}.}

\item{...}{Ignored.}
}
\value{
An S3 \code{mime_part} object.
}
\description{
Writes a PDF file of the plot defined by \code{x} and turns this
PDF file into a file attachment.
}