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

« back to all changes in this revision

Viewing changes to man/panel.3dmisc.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:
61
61
    length of the sides of the bars (which are always centered on the
62
62
    \code{x} and \code{y} values).  Can not be vectorized.
63
63
  }
64
 
  \item{col, lty, lwd, alpha, border}{ graphical parameters }
 
64
  \item{col, lty, lwd, alpha, border}{
 
65
    Graphical parameters for the border lines.  These can be vectors, in
 
66
    which case each component will be associated with one bar in
 
67
    \code{panel.3dbars}. 
 
68
  }
65
69
  \item{font, fontface}{ unused graphical parameters, present in the
66
70
    argument list only so that they can be captured and ignored  }
67
 
  \item{col.facet, alpha.facet}{ graphical parameters for sides of the
68
 
    bars
 
71
  \item{col.facet, alpha.facet}{
 
72
    Graphical parameters for surfaces of the bars . These can be
 
73
    vectors, in which case each component will be associated with one
 
74
    bar.
69
75
  }
70
76
  \item{\dots}{
71
77
    extra arguments, passed on as appropriate.
94
100
      col.facet = "grey", xbase = 0.4, ybase = 0.4,
95
101
      screen = list(z = 40, x = -30))
96
102
 
 
103
cloud(VADeaths, panel.3d.cloud = panel.3dbars,
 
104
      xbase = 0.4, ybase = 0.4, zlim = c(0, max(VADeaths)),
 
105
      scales = list(arrows = FALSE, just = "right"), xlab = NULL, ylab = NULL,
 
106
      col.facet = level.colors(VADeaths, at = do.breaks(range(VADeaths), 20),
 
107
                               col.regions = terrain.colors,
 
108
                               colors = TRUE),
 
109
      colorkey = list(col = terrain.colors, at = do.breaks(range(VADeaths), 20)),
 
110
      screen = list(z = 40, x = -30))
 
111
 
 
112
 
97
113
cloud(as.table(prop.table(Titanic, margin = 1:3)[,,,2]),
98
114
      type = c("p", "h"),
99
115
      zlab = "Proportion\nSurvived",