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

« back to all changes in this revision

Viewing changes to R/panel.smoother.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:
14
14
             pch, cex, font, fontface, fontfamily)
15
15
{
16
16
    plot.line <- trellis.par.get("plot.line")
17
 
    if (all(is.na(col)) && !missing(col.line))
 
17
    if (!missing(col.line))
18
18
        col <- col.line
19
19
    ## allow 'form' to be passed as the first argument
20
20
    missing.x <- missing(x)