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

« back to all changes in this revision

Viewing changes to man/combineLimits.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:
45
45
}
46
46
 
47
47
\details{
48
 
  \code{combineLimits} modifies a \code{"trellis"} object to ... FIXME
49
 
 
50
 
  Useful mainly for plots with two conditioning variables with the
51
 
  default layout (columns and rows correspond to the first and second
52
 
  conditioning variables), when per-row and per-column limits are
53
 
  desired.
 
48
 
 
49
  \code{combineLimits} is useful mainly for plots with two conditioning
 
50
  variables with the default layout (columns and rows correspond to the
 
51
  first and second conditioning variables), when per-row and per-column
 
52
  limits are desired.
 
53
 
 
54
  The lattice approach does not tie levels of the conditioning variables
 
55
  to the plot layout, so it is possible that all panels in a row (or
 
56
  column) do not represent the same level.  It should be noted that
 
57
  \code{combineLimits} actually combines limits across levels, and not
 
58
  across rows and columns.  Results are likely to be misleading unless
 
59
  the default layout is used.
54
60
 
55
61
}
56
62