Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gebhardt, Albrecht
akima
Commits
c1322d6b
Commit
c1322d6b
authored
Mar 31, 2005
by
agebhard
Browse files
man page cleanup for upcoming R 2.1.0
parent
4fc50385
Changes
2
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
c1322d6b
Package: akima
Version: 0.4-
3
Version: 0.4-
4
Title: Interpolation of irregularly spaced data
Author: Fortran code by H. Akima
R port by Albrecht Gebhardt <albrecht.gebhardt@uni-klu.ac.at>
...
...
man/interp.Rd
View file @
c1322d6b
...
...
@@ -6,9 +6,9 @@
\alias{interp.new}
\alias{interp.old}
\usage{
interp(x, y, z, xo=
<<see below>>, yo=<<see below>>
, ncp=0, extrap=FALSE, duplicate = "error", dupfun = NULL)
interp.old(x, y, z, xo=
<<see below>>, yo=<<see below>>
, ncp=0, extrap=FALSE, duplicate = "error", dupfun = NULL)
interp.new(x, y, z, xo=
<<see below>>, yo=<<see below>>
, linear=FALSE, ncp=NULL, extrap=FALSE, duplicate = "error", dupfun = NULL)
interp(x, y, z, xo=
seq(min(x), max(x), length = 40), yo=seq(min(y), max(y), length = 40)
, ncp=0, extrap=FALSE, duplicate = "error", dupfun = NULL)
interp.old(x, y, z, xo=
seq(min(x), max(x), length = 40), yo=seq(min(y), max(y), length = 40)
, ncp=0, extrap=FALSE, duplicate = "error", dupfun = NULL)
interp.new(x, y, z, xo=
seq(min(x), max(x), length = 40), yo=seq(min(y), max(y), length = 40)
, linear=FALSE, ncp=NULL, extrap=FALSE, duplicate = "error", dupfun = NULL)
}
\arguments{
\item{x}{
...
...
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