[Vegan-commits] r1916 - pkg/vegan/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Sep 30 13:48:18 CEST 2011
Author: jarioksa
Date: 2011-09-30 13:48:17 +0200 (Fri, 30 Sep 2011)
New Revision: 1916
Modified:
pkg/vegan/man/ordisurf.Rd
Log:
add references to Wood (2003) and Marra & Wood (2011)
Modified: pkg/vegan/man/ordisurf.Rd
===================================================================
--- pkg/vegan/man/ordisurf.Rd 2011-09-29 16:53:13 UTC (rev 1915)
+++ pkg/vegan/man/ordisurf.Rd 2011-09-30 11:48:17 UTC (rev 1916)
@@ -102,17 +102,19 @@
to the graphical functions. See Note below for exceptions.}
}
-\details{
- Function \code{ordisurf} fits a smooth surface using thinplate splines
- in \code{\link[mgcv]{gam}}, and uses \code{\link[mgcv]{predict.gam}}
- to find fitted values in a regular grid. The smooth surface can be
- fitted with an extra penalty that allows the entire smoother to be
- penalized back to 0 degrees of freedom, effectively removing the term
- from the model. The addition of this extra penalty is invoked by
- setting argument \code{select} to \code{TRUE}. The function plots the
- fitted contours with convex hull of data points either over an
+\details{
+
+ Function \code{ordisurf} fits a smooth surface using thinplate
+ splines (Wood 2003) in \code{\link[mgcv]{gam}}, and uses
+ \code{\link[mgcv]{predict.gam}} to find fitted values in a regular
+ grid. The smooth surface can be fitted with an extra penalty that
+ allows the entire smoother to be penalized back to 0 degrees of
+ freedom, effectively removing the term from the model (see Marra &
+ Wood, 2011). The addition of this extra penalty is invoked by
+ setting argument \code{select} to \code{TRUE}. The function plots
+ the fitted contours with convex hull of data points either over an
existing ordination diagram or draws a new plot. If \code{select ==
- TRUE} and the smooth is effectively penalised out of the model, no
+ TRUE} and the smooth is effectively penalised out of the model, no
contours will be plotted.
\code{\link[mgcv]{gam}} determines the degree of smoothness for the
@@ -175,6 +177,17 @@
illustration of this.
}
+\references{
+
+ Marra, G.P & Wood, S.N. (2011) Practical variable selection for
+ generalized additive models. \emph{Comput. Stat. Data Analysis} 55,
+ 2372--2387.
+
+ Wood, S.N. (2003) Thin plate regression splines.
+ \emph{J. R. Statist. Soc. B} 65, 95--114.
+
+}
+
\seealso{ For basic routines \code{\link[mgcv]{gam}},
and \code{\link{scores}}. Function
\code{\link{envfit}} provides a more traditional and compact
More information about the Vegan-commits
mailing list