~ubuntu-branches/ubuntu/oneiric/latticeextra/oneiric

« back to all changes in this revision

Viewing changes to man/panel.xyarea.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2011-05-13 15:40:08 UTC
  • mfrom: (1.4.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110513154008-ogqy8zo6elhazff4
Tags: 0.6-16-1
* New upstream release

* debian/control: Set (Build-)Depends: to current R version
* debian/control: Set Standards-Version: to current version 

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
\usage{
14
14
panel.xyarea(x, ...)
15
15
 
16
 
\method{panel.xyarea}{default}(x, y, groups = NULL, origin = NULL,
 
16
\method{panel.xyarea}{default}(x, y, groups = NULL, origin = NULL, horizontal = FALSE,
17
17
             col, border, lty, lwd, alpha, ...,
18
18
             col.line, fill, panel.groups = panel.xyarea)
19
19
 
33
33
  \item{origin}{
34
34
    level on y axis to connect the start and end of the series.
35
35
    If \code{NULL}, the polygon is filled to the bottom of the panel.
 
36
    It is flipped if \code{horizontal = TRUE}.
 
37
  }
 
38
  \item{horizontal}{
 
39
    if this is set to \code{TRUE}, then the origin is a level on the x
 
40
    axis, rather than the default which is on the y axis. This is the
 
41
    opposite of what you might expect, but is for consistency with
 
42
    \code{panel.xyplot}. 
36
43
  }
37
44
  \item{col, border, lty, lwd, alpha, col.line}{
38
45
    graphical parameters taken from