From 1c2ec5c6b31ca02fddfd7ee97fa1237ce2e56192 Mon Sep 17 00:00:00 2001 From: Dongdong Kong Date: Mon, 12 Aug 2024 16:47:01 +0800 Subject: [PATCH] update doc --- DESCRIPTION | 2 +- man/dev_open.Rd | 4 ++-- man/write_fig.Rd | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 53cb6c7..8281d8e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -42,5 +42,5 @@ Suggests: grid, gridExtra VignetteBuilder: knitr -RoxygenNote: 7.3.1 +RoxygenNote: 7.3.2 Roxygen: list(markdown = TRUE) diff --git a/man/dev_open.Rd b/man/dev_open.Rd index 6c657e6..d8e4a57 100644 --- a/man/dev_open.Rd +++ b/man/dev_open.Rd @@ -22,9 +22,9 @@ dev_off() \item{height}{the height of the device in inches.} -\item{res}{The nominal resolution in ppi which will be recorded in the +\item{res}{The nominal resolution in \abbr{ppi} which will be recorded in the bitmap file, if a positive integer. Also used for units other than - the default. If not specified, taken as 72 ppi to set the size of + the default. If not specified, taken as 72 \abbr{ppi} to set the size of text and line widths.} \item{use.cairo_pdf}{This parameter is for pdf type. whether to use \code{grDevices::cairo_pdf}? diff --git a/man/write_fig.Rd b/man/write_fig.Rd index eccde00..f8c654c 100644 --- a/man/write_fig.Rd +++ b/man/write_fig.Rd @@ -29,9 +29,9 @@ write_fig( not specified, devices will be determined according to the postpix of \code{file}. The default type is pdf.} -\item{res}{The nominal resolution in ppi which will be recorded in the +\item{res}{The nominal resolution in \abbr{ppi} which will be recorded in the bitmap file, if a positive integer. Also used for units other than - the default. If not specified, taken as 72 ppi to set the size of + the default. If not specified, taken as 72 \abbr{ppi} to set the size of text and line widths.} \item{show}{Boolean. Whether show file after finished writing?}