File: do.first.Rd

package info (click to toggle)
r-cran-plotrix 3.8-4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,588 kB
  • sloc: makefile: 6
file content (16 lines) | stat: -rwxr-xr-x 678 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\name{do.first}
\alias{do.first}
\title{ Execute a graphic function on a plot }
\description{ do.first allows the user to execute one or more commands before
 displaying values on a plot. }
\details{
 \samp{do.first} is an argument in some plotrix functions that allows the user
 to do things like add a background color or a grid to the plot before
 displaying the other plot elements.

 The value of \samp{do.first} should be a character string that can be parsed
 to one or more valid R commands. Remember to enclose the string in quotes,
 separate commands with semicolons and escape quotes within the string with
 backslashes if necessary.
}
\keyword{misc}