~ubuntu-branches/ubuntu/trusty/r-cran-vgam/trusty

« back to all changes in this revision

Viewing changes to man/plotvgam.control.Rd

  • Committer: Package Import Robot
  • Author(s): Chris Lawrence
  • Date: 2011-11-04 13:13:06 UTC
  • mfrom: (1.2.9)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: package-import@ubuntu.com-20111104131306-w9fd83i51rw60gxf
Tags: upstream-0.8-4
ImportĀ upstreamĀ versionĀ 0.8-4

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
                 lcol = par()$col, rcol = par()$col,
15
15
                 scol = par()$col, llwd = par()$lwd, slwd = par()$lwd,
16
16
                 add.arg = FALSE, one.at.a.time = FALSE,
17
 
                 .include.dots = TRUE, noxmean= FALSE, ...)
 
17
                 .include.dots = TRUE, noxmean = FALSE, ...)
18
18
}
19
19
%- maybe also 'usage' for other objects documented here.
20
20
\arguments{
65
65
\details{
66
66
  The most obvious features of \code{\link{plotvgam}} can be
67
67
  controlled by the above arguments. 
 
68
 
 
69
 
68
70
}
69
71
\value{
70
72
  A list with values matching the arguments.
 
73
 
 
74
 
71
75
}
72
76
\references{
73
77
 
 
78
 
74
79
Yee, T. W. and Wild, C. J. (1996)
75
80
Vector generalized additive models.
76
81
\emph{Journal of the Royal Statistical Society, Series B, Methodological},
77
82
\bold{58}, 481--493.
78
83
 
79
 
Documentation accompanying the \pkg{VGAM} package at
80
 
\url{http://www.stat.auckland.ac.nz/~yee}
81
 
contains further information and examples.
82
84
 
83
85
}
84
86
\author{ Thomas W. Yee }
92
94
 
93
95
\seealso{
94
96
  \code{\link{plotvgam}}.
 
97
 
 
98
 
95
99
}
96
100
\examples{
97
 
plotvgam.control(lcol=c("red", "blue"), scol="darkgreen", se=TRUE)
 
101
plotvgam.control(lcol = c("red", "blue"), scol = "darkgreen", se = TRUE)
98
102
}
99
103
\keyword{models}
100
104
\keyword{regression}