Skip to content

Commit 5f8bc61

Browse files
committed
Merge branch 'master' of github.com:JamesRamsay5/fda
2 parents a7319d5 + 924c735 commit 5f8bc61

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

man/predict.fRegress.Rd

+1-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@
8181
\code{\link[stats]{predict}}
8282
}
8383
\examples{
84-
8584
##
8685
## vector response with functional explanatory variable
8786
##
@@ -98,7 +97,7 @@ precip.Temp.p <- predict(precip.Temp.f)
9897
# plot response vs. fitted
9998
oldpar <- par(no.readonly=TRUE)
10099
plot(annualprec, precip.Temp.p)
101-
plot(oldpar)
100+
par(oldpar)
102101
}
103102
\keyword{ models}
104103

0 commit comments

Comments
 (0)