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

« back to all changes in this revision

Viewing changes to R/panel.quantile.R

  • 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:
18
18
{
19
19
    library("quantreg")
20
20
    plot.line <- trellis.par.get("plot.line")
21
 
    if (all(is.na(col)) && !missing(col.line))
 
21
    if (!missing(col.line))
22
22
        col <- col.line
23
23
    ## allow 'form' to be passed as the first argument
24
24
    missing.x <- missing(x)