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

« back to all changes in this revision

Viewing changes to man/panel.2dsmoother.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:
70
70
## GAM smoother with smoothness by cross validation
71
71
if (require("mgcv"))
72
72
  levelplot(z ~ x * y, xyz, panel = panel.2dsmoother,
73
 
            form = z ~ s(x) + s(y), method = "gam")
 
73
            form = z ~ s(x, y), method = "gam")
74
74
}
75
75
\keyword{ dplot }