Skip to content

Commit e52862c

Browse files
author
hornik
committed
Tweaks.
git-svn-id: https://svn.r-project.org/R/trunk@88962 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent b845854 commit e52862c

File tree

1 file changed

+2
-2
lines changed
  • src/library/graphics/man

1 file changed

+2
-2
lines changed

src/library/graphics/man/par.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ par(\dots, no.readonly = FALSE)
401401
\item{\code{mai}}{A numerical vector of the form \code{c(bottom,
402402
left, top, right)} which gives the margin size specified in
403403
inches.\cr
404-
\if{html}{\figure{mai.png}{options: width="35\%" alt="Figure: mai.png"}}
404+
\if{html}{\figure{mai.png}{options: style="width: 35\%;" alt="Figure: mai.png"}}
405405
\if{latex}{\figure{mai.pdf}{options: width=7cm}}
406406
}
407407
\item{\code{mar}}{A numerical vector of the form \code{c(bottom,
@@ -461,7 +461,7 @@ par(\dots, no.readonly = FALSE)
461461
on a device that does not currently contain a high-level plot.}
462462
\item{\code{oma}}{A vector of the form \code{c(bottom, left, top,
463463
right)} giving the size of the outer margins in lines of text.\cr
464-
\if{html}{\figure{oma.png}{options: width="25\%" alt="Figure: oma.png"}}
464+
\if{html}{\figure{oma.png}{options: style="width: 25\%;" alt="Figure: oma.png"}}
465465
\if{latex}{\figure{oma.pdf}{options: width=6cm}}
466466
}
467467
\item{\code{omd}}{A vector of the form \code{c(x1, x2, y1, y2)}

0 commit comments

Comments
 (0)