Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gebhardt, Albrecht
akima
Commits
7ed011eb
Commit
7ed011eb
authored
Jun 03, 2000
by
khornik
Browse files
last problem with example
parent
e46e0e49
Changes
1
Hide whitespace changes
Inline
Side-by-side
man/interp.Rd
View file @
7ed011eb
...
...
@@ -177,7 +177,7 @@ air <- airquality[(!is.na(airquality$Temp) &
!is.na(airquality$Ozone) &
!is.na(airquality$Solar.R)),]
# gives an error:
air.ip <- interp(air$Temp,air$Solar.R,air$Ozone)
\dontrun{
air.ip <- interp(air$Temp,air$Solar.R,air$Ozone)
}
# use mean of duplicate points:
air.ip <- interp(air$Temp,air$Solar.R,air$Ozone,duplicate="mean")
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment