The R Project SVN R

Rev

Rev 25323 | Rev 29571 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25323 Rev 26327
Line 3... Line 3...
3
\title{Draw Data Symbols in a Grid Viewport}
3
\title{Draw Data Symbols in a Grid Viewport}
4
\description{
4
\description{
5
  This function draws data symbols.
5
  This function draws data symbols.
6
}
6
}
7
\usage{
7
\usage{
8
grid.points(x = unit(runif(10), "native"),
8
grid.points(x = runif(10),
9
            y = unit(runif(10), "native"),
9
            y = runif(10)),
10
            pch = 1, size = unit(1, "char"),
10
            pch = 1, size = unit(1, "char"),
11
            default.units = "native", 
11
            default.units = "native", 
12
            gp=gpar(), draw = TRUE, vp = NULL)
12
            gp=gpar(), draw = TRUE, vp = NULL)
13
}
13
}
14
\arguments{
14
\arguments{